Class: DatadogAPIClient::V2::MonitorUserTemplateTemplateVariablesItems

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#available_valuesObject

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

#defaultsObject

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

#nameObject

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_keyObject

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