Sha256: ccf636e1ee17e5b2ef40d5aa0a3ef156460cee0a300745b727dc05f2a9457d9d
Contents?: true
Size: 578 Bytes
Versions: 1
Compression:
Stored size: 578 Bytes
Contents
# DatadogAPIClient::V1::SLOCorrectionResponseData ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **attributes** | [**SLOCorrectionResponseAttributes**](SLOCorrectionResponseAttributes.md) | | [optional] | | **id** | **String** | The ID of the SLO correction | [optional] | | **type** | **String** | Should always return \"correction\" | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::SLOCorrectionResponseData.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/SLOCorrectionResponseData.md |