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

Version Path
datadog_api_client-1.4.0 docs/v1/SyntheticsDeleteTestsPayload.md
datadog_api_client-1.3.0 docs/v1/SyntheticsDeleteTestsPayload.md
datadog_api_client-1.2.0 docs/v1/SyntheticsDeleteTestsPayload.md
datadog_api_client-1.1.0 docs/v1/SyntheticsDeleteTestsPayload.md
datadog_api_client-1.0.0 docs/v1/SyntheticsDeleteTestsPayload.md
datadog_api_client-1.0.0.beta.3 docs/v1/SyntheticsDeleteTestsPayload.md
datadog_api_client-1.0.0.beta.2 docs/v1/SyntheticsDeleteTestsPayload.md