Sha256: 384ca71711126f8c9953dcc405adb28c844d6c4e5cb556eb91233ecf05054213

Contents?: true

Size: 960 Bytes

Versions: 2

Compression:

Stored size: 960 Bytes

Contents

# DatadogAPIClient::V1::SLOBulkDeleteError

## Properties

| Name          | Type                                          | Description                                                              | Notes |
| ------------- | --------------------------------------------- | ------------------------------------------------------------------------ | ----- |
| **id**        | **String**                                    | The ID of the service level objective object associated with this error. |       |
| **message**   | **String**                                    | The error message.                                                       |       |
| **timeframe** | [**SLOErrorTimeframe**](SLOErrorTimeframe.md) |                                                                          |       |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::SLOBulkDeleteError.new(
  id: ,
  message: ,
  timeframe: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

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