Sha256: 61e2b88ade8f310b942c11ebd31d208716a330b4b91ae5ac1b3265cce4fd69dd

Contents?: true

Size: 499 Bytes

Versions: 6

Compression:

Stored size: 499 Bytes

Contents

# DatadogAPIClient::V1::SyntheticsDeleteTestsResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **deleted_tests** | [**Array<SyntheticsDeletedTest>**](SyntheticsDeletedTest.md) | Array of objects containing a deleted Synthetic test ID with the associated deletion timestamp. | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::SyntheticsDeleteTestsResponse.new(
  deleted_tests: null
)
```

Version data entries

6 entries across 6 versions & 1 rubygems

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