Sha256: 49143bf1f22a28f8e5b28ba03a07ef4b8d1afac9202fa21c1e1862f5a880e931
Contents?: true
Size: 911 Bytes
Versions: 2
Compression:
Stored size: 911 Bytes
Contents
# DatadogAPIClient::V1::DashboardTemplateVariablePreset ## Properties | Name | Type | Description | Notes | | ---------------------- | ------------------------------------------------------------------------------------------------ | ------------------------- | ---------- | | **name** | **String** | The name of the variable. | [optional] | | **template_variables** | [**Array<DashboardTemplateVariablePresetValue>**](DashboardTemplateVariablePresetValue.md) | List of variables. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::DashboardTemplateVariablePreset.new( name: null, template_variables: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/DashboardTemplateVariablePreset.md |
datadog_api_client-1.5.0 | docs/v1/DashboardTemplateVariablePreset.md |