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