Sha256: 324681e5a15b97fe4b7c22660235605f88a289e7707c6cbbd41e428b3cb38a94

Contents?: true

Size: 1.4 KB

Versions: 2

Compression:

Stored size: 1.4 KB

Contents

# DatadogAPIClient::V1::SyntheticsAPITestResultShort

## Properties

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

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::SyntheticsAPITestResultShort.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/SyntheticsAPITestResultShort.md
datadog_api_client-1.5.0 docs/v1/SyntheticsAPITestResultShort.md