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