Sha256: b281ed0f4874be7aa6b4a30d7e26fe96783093c02e3c4115f1807696d438e2d7
Contents?: true
Size: 640 Bytes
Versions: 2
Compression:
Stored size: 640 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/DashboardTemplateVariablePresetValue.md |
datadog_api_client-1.5.0 | docs/v1/DashboardTemplateVariablePresetValue.md |