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