Sha256: 784c22232e99438efc81a00e9a1a1c2556d2ee715d797c7895bfdadb66673913

Contents?: true

Size: 558 Bytes

Versions: 2

Compression:

Stored size: 558 Bytes

Contents

# DatadogAPIClient::V1::SLOListResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **data** | [**Array<ServiceLevelObjective>**](ServiceLevelObjective.md) | An array of service level objective objects. | [optional] |
| **errors** | **Array<String>** | An array of error messages. Each endpoint documents how/whether this field is used. | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::SLOListResponse.new(
  data: null,
  errors: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.0.0.beta.3 docs/v1/SLOListResponse.md
datadog_api_client-1.0.0.beta.2 docs/v1/SLOListResponse.md