Sha256: ee7b137e4115e451b4c363da066e050ab224657cec60c0f888fc6ed3352f1be0
Contents?: true
Size: 594 Bytes
Versions: 7
Compression:
Stored size: 594 Bytes
Contents
# DatadogAPIClient::V1::SyntheticsGetAPITestLatestResultsResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **last_timestamp_fetched** | **Integer** | Timestamp of the latest API test run. | [optional] | | **results** | [**Array<SyntheticsAPITestResultShort>**](SyntheticsAPITestResultShort.md) | Result of the latest API test run. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::SyntheticsGetAPITestLatestResultsResponse.new( last_timestamp_fetched: null, results: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems