Sha256: 0b5fe3b04b57ca536ce725acb97c89d47f84f286212f998028682531d08098b7

Contents?: true

Size: 400 Bytes

Versions: 3

Compression:

Stored size: 400 Bytes

Contents

# DatadogAPIClient::V1::SLOCorrectionListResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **data** | [**Array<SLOCorrection>**](SLOCorrection.md) | The list of of SLO corrections objects | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::SLOCorrectionListResponse.new(
  data: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
datadog_api_client-1.1.0 docs/v1/SLOCorrectionListResponse.md
datadog_api_client-1.0.0 docs/v1/SLOCorrectionListResponse.md
datadog_api_client-1.0.0.beta.3 docs/v1/SLOCorrectionListResponse.md