Class: DatadogAPIClient::V1::DashboardTemplateVariablePresetValue

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v1/models/dashboard_template_variable_preset_value.rb

Overview

Template variables saved views.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



33
34
35
# File 'lib/datadog_api_client/v1/models/dashboard_template_variable_preset_value.rb', line 33

def additional_properties
  @additional_properties
end

#nameObject

The name of the variable.



25
26
27
# File 'lib/datadog_api_client/v1/models/dashboard_template_variable_preset_value.rb', line 25

def name
  @name
end

#valueObject

(deprecated) The value of the template variable within the saved view. Cannot be used in conjunction with values.



28
29
30
# File 'lib/datadog_api_client/v1/models/dashboard_template_variable_preset_value.rb', line 28

def value
  @value
end

#valuesObject

One or many template variable values within the saved view, which will be unioned together using OR if more than one is specified. Cannot be used in conjunction with value.



31
32
33
# File 'lib/datadog_api_client/v1/models/dashboard_template_variable_preset_value.rb', line 31

def values
  @values
end