docs/v1/AlertGraphWidgetDefinition.md in datadog_api_client-1.4.0 vs docs/v1/AlertGraphWidgetDefinition.md in datadog_api_client-1.5.0

- old
+ new

@@ -1,18 +1,18 @@ # 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) | | | +| 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' @@ -25,6 +25,5 @@ title_size: null, type: null, viz_type: null ) ``` -