# DatadogAPIClient::V1::AlertValueWidgetDefinition ## Properties | Name | Type | Description | Notes | | --------------- | ----------------------------------------------------------------------- | ------------------------------------------------------------------ | ---------------------------------- | | **alert_id** | **String** | ID of the alert to use in the widget. | | | **precision** | **Integer** | Number of decimal to show. If not defined, will use the raw value. | [optional] | | **text_align** | [**WidgetTextAlign**](WidgetTextAlign.md) | | [optional] | | **title** | **String** | Title of the widget. | [optional] | | **title_align** | [**WidgetTextAlign**](WidgetTextAlign.md) | | [optional] | | **title_size** | **String** | Size of value in the widget. | [optional] | | **type** | [**AlertValueWidgetDefinitionType**](AlertValueWidgetDefinitionType.md) | | [default to 'alert_value'] | | **unit** | **String** | Unit to display with the value. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::AlertValueWidgetDefinition.new( alert_id: , precision: null, text_align: null, title: null, title_align: null, title_size: null, type: null, unit: null ) ```