Sha256: d3783383789a2baea59d87c3353fd0c19d60965235f1d7945b708e5da808589e
Contents?: true
Size: 552 Bytes
Versions: 7
Compression:
Stored size: 552 Bytes
Contents
# DatadogAPIClient::V1::SLODeleteResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **data** | **Array<String>** | An array containing the ID of the deleted service level objective object. | [optional] | | **errors** | **Hash<String, String>** | An dictionary containing the ID of the SLO as key and a deletion error as value. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::SLODeleteResponse.new( data: null, errors: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems