Class: DatadogAPIClient::V2::SharedDashboardSelectableTemplateVariable
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SharedDashboardSelectableTemplateVariable
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#allow_any_value ⇒ Object
readonly
Whether viewers can see all tag values for the template variable and specify any value.
-
#default_values ⇒ Object
readonly
Default selected values for the variable.
-
#name ⇒ Object
readonly
Name of the template variable.
-
#prefix ⇒ Object
readonly
Tag prefix for the variable.
-
#type ⇒ Object
readonly
Type of the template variable.
-
#visible_tags ⇒ Object
readonly
Restricts which tag values are visible to the viewer.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
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_value ⇒ Object
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_values ⇒ Object
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 |
#name ⇒ Object
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 |
#prefix ⇒ Object
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 |
#type ⇒ Object
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_tags ⇒ Object
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 end |