Sha256: 8286eac698b54d8c6ac51920fc19aa91744fbdb53425a138a65f173aed7fdd6b
Contents?: true
Size: 588 Bytes
Versions: 2
Compression:
Stored size: 588 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/SyntheticsDeletedTest.md |
datadog_api_client-1.5.0 | docs/v1/SyntheticsDeletedTest.md |