Sha256: 8e4ce7c4667f0bf9729e77fb91813624a9ba1d3b655e6afd2ff75c54f982f679
Contents?: true
Size: 401 Bytes
Versions: 7
Compression:
Stored size: 401 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
7 entries across 7 versions & 1 rubygems