Class: DatadogAPIClient::V1::PowerpackTemplateVariableContents
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::PowerpackTemplateVariableContents
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/powerpack_template_variable_contents.rb
Overview
Powerpack template variable contents.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#name ⇒ Object
readonly
The name of the variable.
-
#prefix ⇒ Object
The tag prefix associated with the variable.
-
#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/powerpack_template_variable_contents.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/powerpack_template_variable_contents.rb', line 25 def name @name end |
#prefix ⇒ Object
The tag prefix associated with the variable.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/powerpack_template_variable_contents.rb', line 28 def prefix @prefix 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.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/powerpack_template_variable_contents.rb', line 31 def values @values end |