Sha256: 4a09b656255a83d331aeb5358a6aa624ef4134802844a3e66ba78333cd8f23cb

Contents?: true

Size: 955 Bytes

Versions: 5

Compression:

Stored size: 955 Bytes

Contents

# DatadogAPIClient::V1::SLOCorrectionCreateRequestAttributes

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **category** | [**SLOCorrectionCategory**](SLOCorrectionCategory.md) |  |  |
| **description** | **String** | Description of the correction being made. | [optional] |
| **_end** | **Integer** | Ending time of the correction in epoch seconds |  |
| **slo_id** | **String** | ID of the SLO that this correction will be applied to |  |
| **start** | **Integer** | Starting time of the correction in epoch seconds |  |
| **timezone** | **String** | The timezone to display in the UI for the correction times (defaults to \"UTC\") | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::SLOCorrectionCreateRequestAttributes.new(
  category: null,
  description: null,
  _end: 1600000000,
  slo_id: sloId,
  start: 1600000000,
  timezone: UTC
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

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