Sha256: 23560b049b297e1dc3a7e294c0d60799866945878a72dd89addacf9b5238a70e
Contents?: true
Size: 554 Bytes
Versions: 7
Compression:
Stored size: 554 Bytes
Contents
# DatadogAPIClient::V1::SLOHistoryResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **data** | [**SLOHistoryResponseData**](SLOHistoryResponseData.md) | | [optional] | | **errors** | [**Array<SLOHistoryResponseError>**](SLOHistoryResponseError.md) | A list of errors while querying the history data for the service level objective. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::SLOHistoryResponse.new( data: null, errors: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems