Class: DatadogAPIClient::V2::SyntheticsTestResultStepAssertionResult

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#actualObject

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_propertiesObject

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_typeObject

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

#expectedObject

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_variablesObject

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