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

Version Path
datadog_api_client-1.4.0 docs/v1/SLODeleteResponse.md
datadog_api_client-1.3.0 docs/v1/SLODeleteResponse.md
datadog_api_client-1.2.0 docs/v1/SLODeleteResponse.md
datadog_api_client-1.1.0 docs/v1/SLODeleteResponse.md
datadog_api_client-1.0.0 docs/v1/SLODeleteResponse.md
datadog_api_client-1.0.0.beta.3 docs/v1/SLODeleteResponse.md
datadog_api_client-1.0.0.beta.2 docs/v1/SLODeleteResponse.md