Sha256: f7d3ab5109ef0d854242ef79bcf538a49876c663e07a8f866df634ce72b90f3b

Contents?: true

Size: 719 Bytes

Versions: 2

Compression:

Stored size: 719 Bytes

Contents

# DatadogAPIClient::V1::SLOBulkDeleteResponse

## Properties

| Name       | Type                                                          | Description                      | Notes      |
| ---------- | ------------------------------------------------------------- | -------------------------------- | ---------- |
| **data**   | [**SLOBulkDeleteResponseData**](SLOBulkDeleteResponseData.md) |                                  | [optional] |
| **errors** | [**Array<SLOBulkDeleteError>**](SLOBulkDeleteError.md)  | Array of errors object returned. | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::SLOBulkDeleteResponse.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/SLOBulkDeleteResponse.md
datadog_api_client-1.5.0 docs/v1/SLOBulkDeleteResponse.md