Class: DatadogAPIClient::V2::PowerpackTemplateVariable

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

Overview

Powerpack template variables.

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/powerpack_template_variable.rb', line 36

def additional_properties
  @additional_properties
end

#available_valuesObject

The list of values that the template variable drop-down is limited to.



25
26
27
# File 'lib/datadog_api_client/v2/models/powerpack_template_variable.rb', line 25

def available_values
  @available_values
end

#defaultsObject

One or many template variable default values within the saved view, which are unioned together using OR if more than one is specified.



28
29
30
# File 'lib/datadog_api_client/v2/models/powerpack_template_variable.rb', line 28

def defaults
  @defaults
end

#nameObject

The name of the variable.



31
32
33
# File 'lib/datadog_api_client/v2/models/powerpack_template_variable.rb', line 31

def name
  @name
end

#prefixObject

The tag prefix associated with the variable. Only tags with this prefix appear in the variable drop-down.



34
35
36
# File 'lib/datadog_api_client/v2/models/powerpack_template_variable.rb', line 34

def prefix
  @prefix
end