Sha256: ec4923f36802e7dd2ce198a63ebc3e661747290c973bac4261786f840762c203
Contents?: true
Size: 432 Bytes
Versions: 1
Compression:
Stored size: 432 Bytes
Contents
# DatadogAPIClient::V1::SLOCorrectionListResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **data** | [**Array<SLOCorrectionListResponseData>**](SLOCorrectionListResponseData.md) | The list of of SLO corrections objects | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::SLOCorrectionListResponse.new( data: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.0.0.beta.2 | docs/v1/SLOCorrectionListResponse.md |