Sha256: bd70b423738fc685433cd080b1cb342521e67965da5a23da08a306bae52748f3

Contents?: true

Size: 945 Bytes

Versions: 2

Compression:

Stored size: 945 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

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v1/SLOHistoryResponse.md
datadog_api_client-1.5.0 docs/v1/SLOHistoryResponse.md