Class: DatadogAPIClient::V1::SelectableTemplateVariableItems

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v1/models/selectable_template_variable_items.rb

Overview

Object containing the template variable's name, associated tag/attribute, default value and selectable values.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#default_valueObject

The default value of the template variable.



25
26
27
# File 'lib/datadog_api_client/v1/models/selectable_template_variable_items.rb', line 25

def default_value
  @default_value
end

#nameObject

Name of the template variable.



28
29
30
# File 'lib/datadog_api_client/v1/models/selectable_template_variable_items.rb', line 28

def name
  @name
end

#prefixObject

The tag/attribute key associated with the template variable.



31
32
33
# File 'lib/datadog_api_client/v1/models/selectable_template_variable_items.rb', line 31

def prefix
  @prefix
end

#visible_tagsObject

List of visible tag values on the shared dashboard.



34
35
36
# File 'lib/datadog_api_client/v1/models/selectable_template_variable_items.rb', line 34

def visible_tags
  @visible_tags
end