Sha256: 3cdc4259b212b5854ef711aee4e19096fdf48a51271f7f23233b9595695560c4

Contents?: true

Size: 839 Bytes

Versions: 2

Compression:

Stored size: 839 Bytes

Contents

# DatadogAPIClient::V1::SLOCorrectionCreateData

## Properties

| Name           | Type                                                                                | Description | Notes                             |
| -------------- | ----------------------------------------------------------------------------------- | ----------- | --------------------------------- |
| **attributes** | [**SLOCorrectionCreateRequestAttributes**](SLOCorrectionCreateRequestAttributes.md) |             | [optional]                        |
| **type**       | [**SLOCorrectionType**](SLOCorrectionType.md)                                       |             | [default to 'correction'] |

## Example

```ruby
require 'datadog_api_client/v1'

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

Version data entries

2 entries across 2 versions & 1 rubygems

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