Sha256: d1186b809df4c3383d0238d397ca30a07a8e4d1151b1f1cdf8c1e978041281b4
Contents?: true
Size: 554 Bytes
Versions: 1
Compression:
Stored size: 554 Bytes
Contents
# DatadogAPIClient::V1::SLOCorrectionCreateRequestData ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **attributes** | [**SLOCorrectionCreateRequestAttributes**](SLOCorrectionCreateRequestAttributes.md) | | [optional] | | **type** | **String** | Should always be set to \"correction\" | [optional][default to 'correction'] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::SLOCorrectionCreateRequestData.new( attributes: 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/SLOCorrectionCreateRequestData.md |