Class: DatadogAPIClient::V2::SyntheticsTestResultExecutionInfo
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SyntheticsTestResultExecutionInfo
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/synthetics_test_result_execution_info.rb
Overview
Execution details for a Synthetic test result.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#duration ⇒ Object
Total duration of a Synthetic test execution.
-
#error_message ⇒ Object
Error message if the execution encountered an issue.
-
#is_fast_retry ⇒ Object
Whether this result is from a fast retry.
-
#timings ⇒ Object
Timing breakdown of the test execution in milliseconds.
-
#tunnel ⇒ Object
Whether the test was executed through a tunnel.
-
#unhealthy ⇒ Object
Whether the location was unhealthy during execution.
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/v2/models/synthetics_test_result_execution_info.rb', line 42 def additional_properties @additional_properties end |
#duration ⇒ Object
Total duration of a Synthetic test execution.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_execution_info.rb', line 25 def duration @duration end |
#error_message ⇒ Object
Error message if the execution encountered an issue.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_execution_info.rb', line 28 def @error_message end |
#is_fast_retry ⇒ Object
Whether this result is from a fast retry.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_execution_info.rb', line 31 def is_fast_retry @is_fast_retry end |
#timings ⇒ Object
Timing breakdown of the test execution in milliseconds.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_execution_info.rb', line 34 def timings @timings end |
#tunnel ⇒ Object
Whether the test was executed through a tunnel.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_execution_info.rb', line 37 def tunnel @tunnel end |
#unhealthy ⇒ Object
Whether the location was unhealthy during execution.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_execution_info.rb', line 40 def unhealthy @unhealthy end |