Sha256: 41ca3cd7aaa67e0042d4b56c93b1ca5ddf377206769f6430b302a799c35a458b
Contents?: true
Size: 879 Bytes
Versions: 2
Compression:
Stored size: 879 Bytes
Contents
# DatadogAPIClient::V1::SLOCorrectionUpdateData ## Properties | Name | Type | Description | Notes | | -------------- | ----------------------------------------------------------------------------------- | ----------- | ------------------------------------------- | | **attributes** | [**SLOCorrectionUpdateRequestAttributes**](SLOCorrectionUpdateRequestAttributes.md) | | [optional] | | **type** | [**SLOCorrectionType**](SLOCorrectionType.md) | | [optional][default to 'correction'] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::SLOCorrectionUpdateData.new( attributes: null, type: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/SLOCorrectionUpdateData.md |
datadog_api_client-1.5.0 | docs/v1/SLOCorrectionUpdateData.md |