Sha256: 943b6d9501bce39e9926d1fdeb77d0e9600efda45ec5e5560a7a2bbff031a3d3

Contents?: true

Size: 851 Bytes

Versions: 7

Compression:

Stored size: 851 Bytes

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

7 entries across 7 versions & 1 rubygems

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