Sha256: 1321c6dafadb01d1ed42cc2f5c1ab917cbebeb1a9b6e1617d948a198e7494120

Contents?: true

Size: 484 Bytes

Versions: 7

Compression:

Stored size: 484 Bytes

Contents

# DatadogAPIClient::V1::DashboardTemplateVariablePresetValue

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **name** | **String** | The name of the variable. | [optional] |
| **value** | **String** | The value of the template variable within the saved view. | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::DashboardTemplateVariablePresetValue.new(
  name: null,
  value: null
)
```

Version data entries

7 entries across 7 versions & 1 rubygems

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