Sha256: 40ada6b382df1e6b54c70abecf1e30632f9ffc891fa7dd7df23f77b3489d94c8
Contents?: true
Size: 995 Bytes
Versions: 1
Compression:
Stored size: 995 Bytes
Contents
# DatadogAPIClient::V1::SLOCorrectionResponseAttributes ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **category** | [**SLOCorrectionCategory**](SLOCorrectionCategory.md) | | [optional] | | **creator** | [**Creator**](Creator.md) | | [optional] | | **description** | **String** | Description of the correction being made. | [optional] | | **_end** | **Integer** | Ending time of the correction in epoch seconds | [optional] | | **slo_id** | **String** | ID of the SLO that this correction will be applied to | [optional] | | **start** | **Integer** | Starting time of the correction in epoch seconds | [optional] | | **timezone** | **String** | Timezone of the timestamps provided | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::SLOCorrectionResponseAttributes.new( category: null, creator: null, description: null, _end: null, slo_id: null, start: null, timezone: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.0.0.beta.2 | docs/v1/SLOCorrectionResponseAttributes.md |