Sha256: 44ac21d9c9e3f36257eb8b6516adb92555915047969c23f66c62ca370b78aa98

Contents?: true

Size: 669 Bytes

Versions: 5

Compression:

Stored size: 669 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] |
| **metadata** | [**SLOListResponseMetadata**](SLOListResponseMetadata.md) |  | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
datadog_api_client-1.4.0 docs/v1/SLOListResponse.md
datadog_api_client-1.3.0 docs/v1/SLOListResponse.md
datadog_api_client-1.2.0 docs/v1/SLOListResponse.md
datadog_api_client-1.1.0 docs/v1/SLOListResponse.md
datadog_api_client-1.0.0 docs/v1/SLOListResponse.md