Sha256: e634d705ffcaa5eea9d96a9cdca91ae7d8ba4a67add5b7c02f65309f0df69695
Contents?: true
Size: 622 Bytes
Versions: 2
Compression:
Stored size: 622 Bytes
Contents
# DatadogAPIClient::V1::SyntheticsListTestsResponse ## Properties | Name | Type | Description | Notes | | --------- | ------------------------------------------------------------------ | --------------------------------------- | ---------- | | **tests** | [**Array<SyntheticsTestDetails>**](SyntheticsTestDetails.md) | Array of Synthetic tests configuration. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::SyntheticsListTestsResponse.new( tests: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/SyntheticsListTestsResponse.md |
datadog_api_client-1.5.0 | docs/v1/SyntheticsListTestsResponse.md |