Sha256: e288caf0f86c5e9caec4191a474f361134e7116f6b33c50748ce4ade2024a656

Contents?: true

Size: 938 Bytes

Versions: 2

Compression:

Stored size: 938 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

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v1/SyntheticsGetAPITestLatestResultsResponse.md
datadog_api_client-1.5.0 docs/v1/SyntheticsGetAPITestLatestResultsResponse.md