Sha256: 04847ef39cf3a3a5bac26451856af5976f3ba43c63bb2e6144cc65a63d26fa09

Contents?: true

Size: 1.12 KB

Versions: 2

Compression:

Stored size: 1.12 KB

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

2 entries across 2 versions & 1 rubygems

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