Sha256: 9d7793865cb17aab9dcb796bd031a7eb3c2f450a8df7a21e9c412cc6a7f8f3ce

Contents?: true

Size: 1.32 KB

Versions: 2

Compression:

Stored size: 1.32 KB

Contents

# DatadogAPIClient::V1::DashboardTemplateVariable

## Properties

| Name                 | Type                    | Description                                                                                               | Notes      |
| -------------------- | ----------------------- | --------------------------------------------------------------------------------------------------------- | ---------- |
| **available_values** | **Array<String>** | The list of values that the template variable drop-down is limited to.                                    | [optional] |
| **default**          | **String**              | The default value for the template variable on dashboard load.                                            | [optional] |
| **name**             | **String**              | The name of the variable.                                                                                 |            |
| **prefix**           | **String**              | The tag prefix associated with the variable. Only tags with this prefix appear in the variable drop-down. | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::DashboardTemplateVariable.new(
  available_values: ["my-host","host1","host2"],
  default: my-host,
  name: host1,
  prefix: host
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v1/DashboardTemplateVariable.md
datadog_api_client-1.5.0 docs/v1/DashboardTemplateVariable.md