Sha256: 0bfe636320e5e7729886a572278588798e000222acce00a2fbf72d6aacae77de

Contents?: true

Size: 721 Bytes

Versions: 2

Compression:

Stored size: 721 Bytes

Contents

# DatadogAPIClient::V1::SLOCorrectionListResponse

## Properties

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

## Example

```ruby
require 'datadog_api_client/v1'

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

Version data entries

2 entries across 2 versions & 1 rubygems

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