Sha256: 618afcdc8ea76eaeb93c833d2e8240d7012fe409eea49a158c8f5eef4a9b4dc5

Contents?: true

Size: 577 Bytes

Versions: 5

Compression:

Stored size: 577 Bytes

Contents

# DatadogAPIClient::V1::SLOCorrection

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **attributes** | [**SLOCorrectionResponseAttributes**](SLOCorrectionResponseAttributes.md) |  | [optional] |
| **id** | **String** | The ID of the SLO correction | [optional] |
| **type** | [**SLOCorrectionType**](SLOCorrectionType.md) |  | [optional][default to 'correction'] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::SLOCorrection.new(
  attributes: null,
  id: null,
  type: null
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
datadog_api_client-1.3.0 docs/v1/SLOCorrection.md
datadog_api_client-1.2.0 docs/v1/SLOCorrection.md
datadog_api_client-1.1.0 docs/v1/SLOCorrection.md
datadog_api_client-1.0.0 docs/v1/SLOCorrection.md
datadog_api_client-1.0.0.beta.3 docs/v1/SLOCorrection.md