Sha256: 5afb9109e7a3a5dcefaaffb32a0d921f69124f247d32988a42bedb606c68f2f3
Contents?: true
Size: 542 Bytes
Versions: 2
Compression:
Stored size: 542 Bytes
Contents
# DatadogAPIClient::V1::SyntheticsCITestBody ## Properties | Name | Type | Description | Notes | | --------- | -------------------------------------------------------- | --------------------------- | ---------- | | **tests** | [**Array<SyntheticsCITest>**](SyntheticsCITest.md) | Individual synthetics test. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::SyntheticsCITestBody.new( tests: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/SyntheticsCITestBody.md |
datadog_api_client-1.5.0 | docs/v1/SyntheticsCITestBody.md |