Sha256: 6a4923f344e970dd0f5c3ada1e0b3aaac7fa8abd9b2ad5624499b49f188ec60f
Contents?: true
Size: 1.8 KB
Versions: 2
Compression:
Stored size: 1.8 KB
Contents
# DatadogAPIClient::V1::AlertGraphWidgetDefinition ## Properties | Name | Type | Description | Notes | | --------------- | ----------------------------------------------------------------------- | ------------------------------------- | ---------------------------------- | | **alert_id** | **String** | ID of the alert to use in the widget. | | | **time** | [**WidgetTime**](WidgetTime.md) | | [optional] | | **title** | **String** | The title of the widget. | [optional] | | **title_align** | [**WidgetTextAlign**](WidgetTextAlign.md) | | [optional] | | **title_size** | **String** | Size of the title. | [optional] | | **type** | [**AlertGraphWidgetDefinitionType**](AlertGraphWidgetDefinitionType.md) | | [default to 'alert_graph'] | | **viz_type** | [**WidgetVizType**](WidgetVizType.md) | | | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::AlertGraphWidgetDefinition.new( alert_id: , time: null, title: null, title_align: null, title_size: null, type: null, viz_type: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/AlertGraphWidgetDefinition.md |
datadog_api_client-1.5.0 | docs/v1/AlertGraphWidgetDefinition.md |