Sha256: 9705da6a4c9fbeeac3d7877ed390ed3defdf6badd20c444ff12e30620f7ac4e8
Contents?: true
Size: 527 Bytes
Versions: 5
Compression:
Stored size: 527 Bytes
Contents
# DatadogAPIClient::V1::SLOCorrectionCreateData ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **attributes** | [**SLOCorrectionCreateRequestAttributes**](SLOCorrectionCreateRequestAttributes.md) | | [optional] | | **type** | [**SLOCorrectionType**](SLOCorrectionType.md) | | [optional][default to 'correction'] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::SLOCorrectionCreateData.new( attributes: null, type: null ) ```
Version data entries
5 entries across 5 versions & 1 rubygems