Class: DatadogAPIClient::V1::SyntheticsConfigVariable
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SyntheticsConfigVariable
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#example ⇒ Object
Example for the variable.
-
#id ⇒ Object
ID of the variable for global variables.
-
#name ⇒ Object
readonly
Name of the variable.
-
#pattern ⇒ Object
Pattern of the variable.
-
#secure ⇒ Object
Whether the value of this variable will be obfuscated in test results.
-
#type ⇒ Object
readonly
Type of the configuration variable.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
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 |
#example ⇒ Object
Example for the variable.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/synthetics_config_variable.rb', line 25 def example @example end |
#id ⇒ Object
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 |
#name ⇒ Object
Name of the variable.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/synthetics_config_variable.rb', line 31 def name @name end |
#pattern ⇒ Object
Pattern of the variable.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/synthetics_config_variable.rb', line 34 def pattern @pattern end |
#secure ⇒ Object
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 |
#type ⇒ Object
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 |