Sha256: 60d741764bbc1aa02a8dd4b9672560085109e87fb7da273d480179b064416a64

Contents?: true

Size: 1.05 KB

Versions: 2

Compression:

Stored size: 1.05 KB

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

2 entries across 2 versions & 1 rubygems

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