Class: DatadogAPIClient::V2::SyntheticsTestResultVariable
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SyntheticsTestResultVariable
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/synthetics_test_result_variable.rb
Overview
A variable used or extracted during a test.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#err ⇒ Object
Error encountered when evaluating the variable.
-
#error_message ⇒ Object
Human-readable error message for variable evaluation.
-
#example ⇒ Object
Example value for the variable.
-
#id ⇒ Object
Variable identifier.
-
#name ⇒ Object
Variable name.
-
#pattern ⇒ Object
Pattern used to extract the variable.
-
#secure ⇒ Object
Whether the variable holds a secure value.
-
#type ⇒ Object
Variable type.
-
#val ⇒ Object
Evaluated value of the variable.
-
#value ⇒ Object
Current value of the variable.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
54 55 56 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_variable.rb', line 54 def additional_properties @additional_properties end |
#err ⇒ Object
Error encountered when evaluating the variable.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_variable.rb', line 25 def err @err end |
#error_message ⇒ Object
Human-readable error message for variable evaluation.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_variable.rb', line 28 def @error_message end |
#example ⇒ Object
Example value for the variable.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_variable.rb', line 31 def example @example end |
#id ⇒ Object
Variable identifier.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_variable.rb', line 34 def id @id end |
#name ⇒ Object
Variable name.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_variable.rb', line 37 def name @name end |
#pattern ⇒ Object
Pattern used to extract the variable.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_variable.rb', line 40 def pattern @pattern end |
#secure ⇒ Object
Whether the variable holds a secure value.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_variable.rb', line 43 def secure @secure end |
#type ⇒ Object
Variable type.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_variable.rb', line 46 def type @type end |
#val ⇒ Object
Evaluated value of the variable.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_variable.rb', line 49 def val @val end |
#value ⇒ Object
Current value of the variable.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_variable.rb', line 52 def value @value end |