Class: DatadogAPIClient::V1::SelectableTemplateVariableItems
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SelectableTemplateVariableItems
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/selectable_template_variable_items.rb
Overview
Object containing the template variable's name, associated tag/attribute, default value and selectable values.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#default_value ⇒ Object
The default value of the template variable.
-
#name ⇒ Object
Name of the template variable.
-
#prefix ⇒ Object
The tag/attribute key associated with the template variable.
-
#visible_tags ⇒ Object
List of visible tag values on the shared dashboard.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v1/models/selectable_template_variable_items.rb', line 36 def additional_properties @additional_properties end |
#default_value ⇒ Object
The default value of the template variable.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/selectable_template_variable_items.rb', line 25 def default_value @default_value end |
#name ⇒ Object
Name of the template variable.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/selectable_template_variable_items.rb', line 28 def name @name end |
#prefix ⇒ Object
The tag/attribute key associated with the template variable.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/selectable_template_variable_items.rb', line 31 def prefix @prefix end |
#visible_tags ⇒ Object
List of visible tag values on the shared dashboard.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/selectable_template_variable_items.rb', line 34 def @visible_tags end |