Sha256: a4c90a61c1450fc19c6181d954bcb218956227e24f794cc14204213d7011b741
Contents?: true
Size: 546 Bytes
Versions: 2
Compression:
Stored size: 546 Bytes
Contents
# DatadogAPIClient::V1::SyntheticsDeleteTestsPayload ## Properties | Name | Type | Description | Notes | | -------------- | ----------------------- | -------------------------------------------------- | ---------- | | **public_ids** | **Array<String>** | An array of Synthetic test IDs you want to delete. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::SyntheticsDeleteTestsPayload.new( public_ids: [] ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/SyntheticsDeleteTestsPayload.md |
datadog_api_client-1.5.0 | docs/v1/SyntheticsDeleteTestsPayload.md |