Class: DatadogAPIClient::V2::SecureEmbedSelectableTemplateVariable
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SecureEmbedSelectableTemplateVariable
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/secure_embed_selectable_template_variable.rb
Overview
A template variable that viewers can modify on the secure embed shared dashboard.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#default_values ⇒ Object
Default selected values for the variable.
-
#name ⇒ Object
Name of the template variable.
-
#prefix ⇒ Object
Tag prefix for the variable (e.g.,
environment,service). -
#visible_tags ⇒ Object
Restrict 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.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/secure_embed_selectable_template_variable.rb', line 36 def additional_properties @additional_properties end |
#default_values ⇒ Object
Default selected values for the variable.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/secure_embed_selectable_template_variable.rb', line 25 def default_values @default_values end |
#name ⇒ Object
Name of the template variable. Usually matches the prefix unless you want a different display name.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/secure_embed_selectable_template_variable.rb', line 28 def name @name end |
#prefix ⇒ Object
Tag prefix for the variable (e.g., environment, service).
31 32 33 |
# File 'lib/datadog_api_client/v2/models/secure_embed_selectable_template_variable.rb', line 31 def prefix @prefix end |
#visible_tags ⇒ Object
Restrict which tag values are visible to the viewer.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/secure_embed_selectable_template_variable.rb', line 34 def @visible_tags end |