Class: DatadogAPIClient::V2::CreateSnapshotTemplateVariable

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

Overview

A template variable definition for snapshot rendering.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



33
34
35
# File 'lib/datadog_api_client/v2/models/create_snapshot_template_variable.rb', line 33

def additional_properties
  @additional_properties
end

#nameObject

The template variable name.



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

def name
  @name
end

#prefixObject

The tag prefix associated with the template variable. For example, a prefix of host with a value of web-server-1 scopes the snapshot to host:web-server-1.



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

def prefix
  @prefix
end

#valuesObject

The list of scoped values for this template variable.



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

def values
  @values
end