Sha256: 28f3aac66b16c0259bb6405a04c0536cb446f7229800bb98c348bc38e7741dda
Contents?: true
Size: 740 Bytes
Versions: 2
Compression:
Stored size: 740 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/SyntheticsAPITestResultShortResult.md |
datadog_api_client-1.5.0 | docs/v1/SyntheticsAPITestResultShortResult.md |