Sha256: 4c09ceea00ba2ca6c2449ddf70968d7fa7baeb17a755910880ae8838dc8e6053

Contents?: true

Size: 464 Bytes

Versions: 6

Compression:

Stored size: 464 Bytes

Contents

# DatadogAPIClient::V1::SyntheticsDeletedTest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **deleted_at** | **Time** | Deletion timestamp of the Synthetic test ID. | [optional] |
| **public_id** | **String** | The Synthetic test ID deleted. | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::SyntheticsDeletedTest.new(
  deleted_at: null,
  public_id: null
)
```

Version data entries

6 entries across 6 versions & 1 rubygems

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