Class: DatadogAPIClient::V2::SecureEmbedSelectableTemplateVariable

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_valuesObject

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

#nameObject

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

#prefixObject

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_tagsObject

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
  @visible_tags
end