Class: DatadogAPIClient::V2::SyntheticsFastTestResult
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SyntheticsFastTestResult
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/synthetics_fast_test_result.rb
Overview
Fast test result response. Returns null if the result is not yet available
(the test is still running or timed out before completing).
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#data ⇒ Object
Fast test result data object (JSON:API format).
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/synthetics_fast_test_result.rb', line 28 def additional_properties @additional_properties end |
#data ⇒ Object
Fast test result data object (JSON:API format).
26 27 28 |
# File 'lib/datadog_api_client/v2/models/synthetics_fast_test_result.rb', line 26 def data @data end |