Sha256: 70a1ada39271de48212cfcaf221477915cc383f8fea3d3f0479741b923fd45f9

Contents?: true

Size: 487 Bytes

Versions: 6

Compression:

Stored size: 487 Bytes

Contents

# DatadogAPIClient::V1::SyntheticsAPITestResultShortResult

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **passed** | **Boolean** | Describes if the test run has passed or failed. | [optional] |
| **timings** | [**SyntheticsTiming**](SyntheticsTiming.md) |  | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::SyntheticsAPITestResultShortResult.new(
  passed: null,
  timings: null
)
```

Version data entries

6 entries across 6 versions & 1 rubygems

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