Class: DatadogAPIClient::V1::SyntheticsAPITestResultShortResult
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SyntheticsAPITestResultShortResult
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/synthetics_api_test_result_short_result.rb
Overview
Result of the last API test run.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#passed ⇒ Object
Describes if the test run has passed or failed.
-
#timings ⇒ Object
Object containing all metrics and their values collected for a Synthetic API test.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/synthetics_api_test_result_short_result.rb', line 31 def additional_properties @additional_properties end |
#passed ⇒ Object
Describes if the test run has passed or failed.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/synthetics_api_test_result_short_result.rb', line 25 def passed @passed end |
#timings ⇒ Object
Object containing all metrics and their values collected for a Synthetic API test. See the [Synthetic Monitoring Metrics documentation](docs.datadoghq.com/synthetics/metrics/).
29 30 31 |
# File 'lib/datadog_api_client/v1/models/synthetics_api_test_result_short_result.rb', line 29 def timings @timings end |