Sha256: 44f81f254f5480795978e26710d8741fc4cfcfeea8ba92b2880f7e633272ed56
Contents?: true
Size: 786 Bytes
Versions: 1
Compression:
Stored size: 786 Bytes
Contents
# DatadogAPIClient::V1::SLOCorrectionUpdateRequestAttributes ## 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 | | | **start** | **Integer** | Starting time of the correction in epoch seconds | | | **timezone** | **String** | Timezone of the timestamps provided | | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::SLOCorrectionUpdateRequestAttributes.new( category: null, description: null, _end: 1600000000, start: 1600000000, timezone: UTC ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.0.0.beta.2 | docs/v1/SLOCorrectionUpdateRequestAttributes.md |