Class: DatadogAPIClient::V1::NotebookTemplateVariable

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

Overview

Notebook template variable.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#available_valuesObject

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_queryObject

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_mappingsObject

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

#defaultObject

(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

#defaultsObject

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

#nameObject

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

#placementObject

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

#prefixObject

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

#typeObject

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