Sha256: 2dc1f88cc52be13d7d633557b122ec0199ee28fbf6399f12fda3b3bc578e37bf
Contents?: true
Size: 622 Bytes
Versions: 1
Compression:
Stored size: 622 Bytes
Contents
# DatadogAPIClient::V1::SLOCorrectionListResponseData ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **attributes** | [**SLOCorrectionResponseAttributes**](SLOCorrectionResponseAttributes.md) | | [optional] | | **id** | **String** | The ID of the SLO correction | [optional] | | **type** | **String** | Should always be set to \"correction\" | [optional][default to 'correction'] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::SLOCorrectionListResponseData.new( attributes: null, id: null, type: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.0.0.beta.2 | docs/v1/SLOCorrectionListResponseData.md |