Sha256: 3bc5393d53e16318a6d5cabf2d0073bbdcf46f42e8900cf995a190b9f8f8e43d

Contents?: true

Size: 779 Bytes

Versions: 2

Compression:

Stored size: 779 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

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v1/SLODeleteResponse.md
datadog_api_client-1.5.0 docs/v1/SLODeleteResponse.md