Class: DatadogAPIClient::V1::SyntheticsGetAPITestLatestResultsResponse

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_fetchedObject

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
  @last_timestamp_fetched
end

#resultsObject

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