Sha256: 6dcf89b542896d1d17262d36d734d79a8f2a171e36eee29925d2b4bb2bbfafb6

Contents?: true

Size: 618 Bytes

Versions: 7

Compression:

Stored size: 618 Bytes

Contents

# DatadogAPIClient::V1::SyntheticsGetBrowserTestLatestResultsResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **last_timestamp_fetched** | **Integer** | Timestamp of the latest browser test run. | [optional] |
| **results** | [**Array<SyntheticsBrowserTestResultShort>**](SyntheticsBrowserTestResultShort.md) | Result of the latest browser test run. | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::SyntheticsGetBrowserTestLatestResultsResponse.new(
  last_timestamp_fetched: null,
  results: null
)
```

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
datadog_api_client-1.4.0 docs/v1/SyntheticsGetBrowserTestLatestResultsResponse.md
datadog_api_client-1.3.0 docs/v1/SyntheticsGetBrowserTestLatestResultsResponse.md
datadog_api_client-1.2.0 docs/v1/SyntheticsGetBrowserTestLatestResultsResponse.md
datadog_api_client-1.1.0 docs/v1/SyntheticsGetBrowserTestLatestResultsResponse.md
datadog_api_client-1.0.0 docs/v1/SyntheticsGetBrowserTestLatestResultsResponse.md
datadog_api_client-1.0.0.beta.3 docs/v1/SyntheticsGetBrowserTestLatestResultsResponse.md
datadog_api_client-1.0.0.beta.2 docs/v1/SyntheticsGetBrowserTestLatestResultsResponse.md