Class: DatadogAPIClient::V2::CreateSnapshotTemplateVariable
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CreateSnapshotTemplateVariable
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/create_snapshot_template_variable.rb
Overview
A template variable definition for snapshot rendering.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#name ⇒ Object
readonly
The template variable name.
-
#prefix ⇒ Object
readonly
The tag prefix associated with the template variable.
-
#values ⇒ Object
readonly
The list of scoped values for this template variable.
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/v2/models/create_snapshot_template_variable.rb', line 33 def additional_properties @additional_properties end |
#name ⇒ Object
The template variable name.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/create_snapshot_template_variable.rb', line 25 def name @name end |
#prefix ⇒ Object
The tag prefix associated with the template variable. For example, a prefix of host with a value of web-server-1 scopes the snapshot to host:web-server-1.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/create_snapshot_template_variable.rb', line 28 def prefix @prefix end |
#values ⇒ Object
The list of scoped values for this template variable.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/create_snapshot_template_variable.rb', line 31 def values @values end |