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