AddChartRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)Request message to add chart in a dashboard.
Attributes |
|
|---|---|
| Name | Description |
name |
str
Required. The dashboard name to add chart in. Format: projects/{project}/locations/{location}/instances/{instance}/nativeDashboards/{dashboard} |
dashboard_query |
google.cloud.chronicle_v1.types.DashboardQuery
Optional. Query used to create the chart. |
dashboard_chart |
google.cloud.chronicle_v1.types.DashboardChart
Required. Chart to be added to the dashboard. |
chart_layout |
google.cloud.chronicle_v1.types.DashboardDefinition.ChartConfig.ChartLayout
Required. ChartLayout for newly added chart. |