Class: DatadogAPIClient::V2::MonitorUserTemplateTemplateVariablesItems
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::MonitorUserTemplateTemplateVariablesItems
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/monitor_user_template_template_variables_items.rb
Overview
List of objects representing template variables on the monitor which can have selectable values.
Instance Attribute Summary collapse
-
#available_values ⇒ Object
Available values for the variable.
-
#defaults ⇒ Object
Default values of the template variable.
-
#name ⇒ Object
readonly
The name of the template variable.
-
#tag_key ⇒ Object
The tag key associated with the variable.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#available_values ⇒ Object
Available values for the variable.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/monitor_user_template_template_variables_items.rb', line 25 def available_values @available_values end |
#defaults ⇒ Object
Default values of the template variable.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/monitor_user_template_template_variables_items.rb', line 28 def defaults @defaults end |
#name ⇒ Object
The name of the template variable.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/monitor_user_template_template_variables_items.rb', line 31 def name @name end |
#tag_key ⇒ Object
The tag key associated with the variable. This works the same as dashboard template variables.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/monitor_user_template_template_variables_items.rb', line 34 def tag_key @tag_key end |