Sha256: 1729ee1e44850592b81826159eeb4d74185579ea5cdee006e167adb4778e1075

Contents?: true

Size: 1.49 KB

Versions: 2

Compression:

Stored size: 1.49 KB

Contents

# DatadogAPIClient::V1::SyntheticsBrowserTestResultShort

## Properties

| Name           | Type                                                                                    | Description                                         | Notes      |
| -------------- | --------------------------------------------------------------------------------------- | --------------------------------------------------- | ---------- |
| **check_time** | **Float**                                                                               | Last time the browser test was performed.           | [optional] |
| **probe_dc**   | **String**                                                                              | Location from which the Browser test was performed. | [optional] |
| **result**     | [**SyntheticsBrowserTestResultShortResult**](SyntheticsBrowserTestResultShortResult.md) |                                                     | [optional] |
| **result_id**  | **String**                                                                              | ID of the browser test result.                      | [optional] |
| **status**     | [**SyntheticsTestMonitorStatus**](SyntheticsTestMonitorStatus.md)                       |                                                     | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::SyntheticsBrowserTestResultShort.new(
  check_time: null,
  probe_dc: null,
  result: null,
  result_id: null,
  status: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

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