Class: DatadogAPIClient::V1::SyntheticsConfigVariable

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

Overview

Object defining a variable that can be used in your test configuration.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



42
43
44
# File 'lib/datadog_api_client/v1/models/synthetics_config_variable.rb', line 42

def additional_properties
  @additional_properties
end

#exampleObject

Example for the variable.



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

def example
  @example
end

#idObject

ID of the variable for global variables.



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

def id
  @id
end

#nameObject

Name of the variable.



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

def name
  @name
end

#patternObject

Pattern of the variable.



34
35
36
# File 'lib/datadog_api_client/v1/models/synthetics_config_variable.rb', line 34

def pattern
  @pattern
end

#secureObject

Whether the value of this variable will be obfuscated in test results. Only for config variables of type ‘text`.



37
38
39
# File 'lib/datadog_api_client/v1/models/synthetics_config_variable.rb', line 37

def secure
  @secure
end

#typeObject

Type of the configuration variable.



40
41
42
# File 'lib/datadog_api_client/v1/models/synthetics_config_variable.rb', line 40

def type
  @type
end