Sha256: 08c478364e645c0d365714bcd5fd21d2ec1dc6eb93aa3e6a1097a4aad4317746

Contents?: true

Size: 994 Bytes

Versions: 2

Compression:

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

2 entries across 2 versions & 1 rubygems

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