Class: DatadogAPIClient::V1::PowerpackTemplateVariables
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::PowerpackTemplateVariables
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/powerpack_template_variables.rb
Overview
Powerpack template variables.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#controlled_by_powerpack ⇒ Object
Template variables controlled at the powerpack level.
-
#controlled_externally ⇒ Object
Template variables controlled by the external resource, such as the dashboard this powerpack is on.
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/v1/models/powerpack_template_variables.rb', line 30 def additional_properties @additional_properties end |
#controlled_by_powerpack ⇒ Object
Template variables controlled at the powerpack level.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/powerpack_template_variables.rb', line 25 def controlled_by_powerpack @controlled_by_powerpack end |
#controlled_externally ⇒ Object
Template variables controlled by the external resource, such as the dashboard this powerpack is on.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/powerpack_template_variables.rb', line 28 def controlled_externally @controlled_externally end |