Class: DatadogAPIClient::V1::NotebookTemplateVariable
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::NotebookTemplateVariable
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/notebook_template_variable.rb
Overview
Notebook template variable.
Instance Attribute Summary collapse
-
#available_values ⇒ Object
The list of values that the template variable drop-down is limited to.
-
#available_values_query ⇒ Object
Query used to dynamically populate the list of available values for the template variable.
-
#data_source_mappings ⇒ Object
Mapping of data source names to template variable values.
-
#default ⇒ Object
(deprecated) The default value for the template variable on notebook load.
-
#defaults ⇒ Object
One or many default values for the template variable.
-
#name ⇒ Object
readonly
The name of the variable.
-
#placement ⇒ Object
The placement of the template variable in the notebook.
-
#prefix ⇒ Object
The tag prefix associated with the variable.
-
#type ⇒ Object
The type of the template variable.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#available_values ⇒ Object
The list of values that the template variable drop-down is limited to.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/notebook_template_variable.rb', line 25 def available_values @available_values end |
#available_values_query ⇒ Object
Query used to dynamically populate the list of available values for the template variable.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/notebook_template_variable.rb', line 28 def available_values_query @available_values_query end |
#data_source_mappings ⇒ Object
Mapping of data source names to template variable values.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/notebook_template_variable.rb', line 31 def data_source_mappings @data_source_mappings end |
#default ⇒ Object
(deprecated) The default value for the template variable on notebook load.
Cannot be used in conjunction with defaults.
35 36 37 |
# File 'lib/datadog_api_client/v1/models/notebook_template_variable.rb', line 35 def default @default end |
#defaults ⇒ Object
One or many default values for the template variable. Cannot be used in conjunction with default.
38 39 40 |
# File 'lib/datadog_api_client/v1/models/notebook_template_variable.rb', line 38 def defaults @defaults end |
#name ⇒ Object
The name of the variable.
41 42 43 |
# File 'lib/datadog_api_client/v1/models/notebook_template_variable.rb', line 41 def name @name end |
#placement ⇒ Object
The placement of the template variable in the notebook.
44 45 46 |
# File 'lib/datadog_api_client/v1/models/notebook_template_variable.rb', line 44 def placement @placement end |
#prefix ⇒ Object
The tag prefix associated with the variable. Only tags with this prefix appear in the variable drop-down.
47 48 49 |
# File 'lib/datadog_api_client/v1/models/notebook_template_variable.rb', line 47 def prefix @prefix end |
#type ⇒ Object
The type of the template variable.
50 51 52 |
# File 'lib/datadog_api_client/v1/models/notebook_template_variable.rb', line 50 def type @type end |