Sha256: 0324f4f5acb48f1c5772d848727830e645784178a26fcfbd111289e38b3db5fe
Contents?: true
Size: 923 Bytes
Versions: 7
Compression:
Stored size: 923 Bytes
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
7 entries across 7 versions & 1 rubygems