DashboardDefinition(mapping=None, *, ignore_unknown_fields=False, **kwargs)Definition of the dashboard including filters, layout, charts' configurations.
Attributes |
|
|---|---|
| Name | Description |
filters |
MutableSequence[google.cloud.chronicle_v1.types.DashboardFilter]
Filters for the dashboard. |
fingerprint |
str
Fingerprint of the dashboard definition. |
charts |
MutableSequence[google.cloud.chronicle_v1.types.DashboardDefinition.ChartConfig]
Charts in the dashboard. |
Classes
ChartConfig
ChartConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)Configuration of the chart including chart reference, layout and filters.