Class: DatadogAPIClient::V1::DashboardTemplateVariablePresetValue
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::DashboardTemplateVariablePresetValue
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#name ⇒ Object
The name of the variable.
-
#value ⇒ Object
(deprecated) The value of the template variable within the saved view.
-
#values ⇒ Object
readonly
One or many template variable values within the saved view, which will be unioned together using
OR
if more than one is specified.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
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 |
#name ⇒ Object
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 |
#value ⇒ Object
(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 |
#values ⇒ Object
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 |