Class: DatadogAPIClient::V2::SyntheticsTestResultStepsInfo
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SyntheticsTestResultStepsInfo
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/synthetics_test_result_steps_info.rb
Overview
Step execution summary for a Synthetic test result.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#completed ⇒ Object
Number of completed steps.
-
#errors ⇒ Object
Number of steps with errors.
-
#total ⇒ Object
Total number of steps.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_steps_info.rb', line 33 def additional_properties @additional_properties end |
#completed ⇒ Object
Number of completed steps.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_steps_info.rb', line 25 def completed @completed end |
#errors ⇒ Object
Number of steps with errors.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_steps_info.rb', line 28 def errors @errors end |
#total ⇒ Object
Total number of steps.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_steps_info.rb', line 31 def total @total end |