Sha256: 4928082be5b836304ae408e5f20047ace8066dd07be240927cefbc59a03b2056
Contents?: true
Size: 508 Bytes
Versions: 7
Compression:
Stored size: 508 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
7 entries across 7 versions & 1 rubygems