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

Version Path
datadog_api_client-1.4.0 docs/v1/SLOHistoryResponse.md
datadog_api_client-1.3.0 docs/v1/SLOHistoryResponse.md
datadog_api_client-1.2.0 docs/v1/SLOHistoryResponse.md
datadog_api_client-1.1.0 docs/v1/SLOHistoryResponse.md
datadog_api_client-1.0.0 docs/v1/SLOHistoryResponse.md
datadog_api_client-1.0.0.beta.3 docs/v1/SLOHistoryResponse.md
datadog_api_client-1.0.0.beta.2 docs/v1/SLOHistoryResponse.md