Class: DatadogAPIClient::V2::SyntheticsTestResultStepAssertionResult
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SyntheticsTestResultStepAssertionResult
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/synthetics_test_result_step_assertion_result.rb
Overview
Assertion result for a browser or mobile step.
Instance Attribute Summary collapse
-
#actual ⇒ Object
Actual value observed during the step assertion.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#check_type ⇒ Object
Type of the step assertion check.
-
#expected ⇒ Object
Expected value for the step assertion.
-
#has_secure_variables ⇒ Object
Whether the assertion involves secure variables.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#actual ⇒ Object
Actual value observed during the step assertion. Its type depends on the check type.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_step_assertion_result.rb', line 25 def actual @actual end |
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_step_assertion_result.rb', line 36 def additional_properties @additional_properties end |
#check_type ⇒ Object
Type of the step assertion check.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_step_assertion_result.rb', line 28 def check_type @check_type end |
#expected ⇒ Object
Expected value for the step assertion. Its type depends on the check type.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_step_assertion_result.rb', line 31 def expected @expected end |
#has_secure_variables ⇒ Object
Whether the assertion involves secure variables.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_step_assertion_result.rb', line 34 def has_secure_variables @has_secure_variables end |