Class: DatadogAPIClient::V2::PowerpackTemplateVariable
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::PowerpackTemplateVariable
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/powerpack_template_variable.rb
Overview
Powerpack template variables.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#defaults ⇒ Object
One or many template variable default values within the saved view, which are unioned together using ‘OR` if more than one is specified.
-
#name ⇒ Object
readonly
The name of the variable.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/powerpack_template_variable.rb', line 30 def additional_properties @additional_properties end |
#defaults ⇒ Object
One or many template variable default values within the saved view, which are unioned together using ‘OR` if more than one is specified.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/powerpack_template_variable.rb', line 25 def defaults @defaults end |
#name ⇒ Object
The name of the variable.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/powerpack_template_variable.rb', line 28 def name @name end |