Class: DatadogAPIClient::V2::SharedDashboardSelectableTemplateVariable

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

Overview

A template variable that viewers can modify on the shared dashboard.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



42
43
44
# File 'lib/datadog_api_client/v2/models/shared_dashboard_selectable_template_variable.rb', line 42

def additional_properties
  @additional_properties
end

#allow_any_valueObject

Whether viewers can see all tag values for the template variable and specify any value.



25
26
27
# File 'lib/datadog_api_client/v2/models/shared_dashboard_selectable_template_variable.rb', line 25

def allow_any_value
  @allow_any_value
end

#default_valuesObject

Default selected values for the variable.



28
29
30
# File 'lib/datadog_api_client/v2/models/shared_dashboard_selectable_template_variable.rb', line 28

def default_values
  @default_values
end

#nameObject

Name of the template variable.



31
32
33
# File 'lib/datadog_api_client/v2/models/shared_dashboard_selectable_template_variable.rb', line 31

def name
  @name
end

#prefixObject

Tag prefix for the variable.



34
35
36
# File 'lib/datadog_api_client/v2/models/shared_dashboard_selectable_template_variable.rb', line 34

def prefix
  @prefix
end

#typeObject

Type of the template variable.



37
38
39
# File 'lib/datadog_api_client/v2/models/shared_dashboard_selectable_template_variable.rb', line 37

def type
  @type
end

#visible_tagsObject

Restricts which tag values are visible to the viewer.



40
41
42
# File 'lib/datadog_api_client/v2/models/shared_dashboard_selectable_template_variable.rb', line 40

def visible_tags
  @visible_tags
end