Sha256: befbf9762fae14a07515255d0b29af32f8b3887e9b06deb702e3e70cb366124b

Contents?: true

Size: 1.06 KB

Versions: 7

Compression:

Stored size: 1.06 KB

Contents

# 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
)
```

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
datadog_api_client-1.4.0 docs/v1/AlertValueWidgetDefinition.md
datadog_api_client-1.3.0 docs/v1/AlertValueWidgetDefinition.md
datadog_api_client-1.2.0 docs/v1/AlertValueWidgetDefinition.md
datadog_api_client-1.1.0 docs/v1/AlertValueWidgetDefinition.md
datadog_api_client-1.0.0 docs/v1/AlertValueWidgetDefinition.md
datadog_api_client-1.0.0.beta.3 docs/v1/AlertValueWidgetDefinition.md
datadog_api_client-1.0.0.beta.2 docs/v1/AlertValueWidgetDefinition.md