Class: DatadogAPIClient::V1::PowerpackTemplateVariableContents

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

Overview

Powerpack template variable contents.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#nameObject

The name of the variable.



25
26
27
# File 'lib/datadog_api_client/v1/models/powerpack_template_variable_contents.rb', line 25

def name
  @name
end

#prefixObject

The tag prefix associated with the variable.



28
29
30
# File 'lib/datadog_api_client/v1/models/powerpack_template_variable_contents.rb', line 28

def prefix
  @prefix
end

#valuesObject

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



31
32
33
# File 'lib/datadog_api_client/v1/models/powerpack_template_variable_contents.rb', line 31

def values
  @values
end