Sha256: 430ba9e999070699a6ff8fe48e5cd7f40fcbac7b34abfb642b00fc5cf192e819
Contents?: true
Size: 518 Bytes
Versions: 2
Compression:
Stored size: 518 Bytes
Contents
# DatadogAPIClient::V1::CheckCanDeleteSLOResponseData ## Properties | Name | Type | Description | Notes | | ------ | ----------------------- | -------------------------------------------------- | ---------- | | **ok** | **Array<String>** | An array of of SLO IDs that can be safely deleted. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::CheckCanDeleteSLOResponseData.new( ok: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/CheckCanDeleteSLOResponseData.md |
datadog_api_client-1.5.0 | docs/v1/CheckCanDeleteSLOResponseData.md |