Sha256: 61a595184a5bd7cf2961f7b1fb9d67bba5ccc6f188993f533df4c9ccca087338
Contents?: true
Size: 819 Bytes
Versions: 2
Compression:
Stored size: 819 Bytes
Contents
# DatadogAPIClient::V1::CheckCanDeleteSLOResponse ## Properties | Name | Type | Description | Notes | | ---------- | --------------------------------------------------------------------- | ----------------------------------------------- | ---------- | | **data** | [**CheckCanDeleteSLOResponseData**](CheckCanDeleteSLOResponseData.md) | | [optional] | | **errors** | **Hash<String, String>** | A mapping of SLO id to it's current usages. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::CheckCanDeleteSLOResponse.new( data: null, errors: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/CheckCanDeleteSLOResponse.md |
datadog_api_client-1.5.0 | docs/v1/CheckCanDeleteSLOResponse.md |