Class: DatadogAPIClient::V1::SyntheticsGetAPITestLatestResultsResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SyntheticsGetAPITestLatestResultsResponse
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/synthetics_get_api_test_latest_results_response.rb
Overview
Object with the latest Synthetic API test run.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#last_timestamp_fetched ⇒ Object
Timestamp of the latest API test run.
-
#results ⇒ Object
Result of the latest API test run.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v1/models/synthetics_get_api_test_latest_results_response.rb', line 30 def additional_properties @additional_properties end |
#last_timestamp_fetched ⇒ Object
Timestamp of the latest API test run.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/synthetics_get_api_test_latest_results_response.rb', line 25 def @last_timestamp_fetched end |
#results ⇒ Object
Result of the latest API test run.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/synthetics_get_api_test_latest_results_response.rb', line 28 def results @results end |