Sha256: 44ba2d201117ee9291cbf440c329f0ad0919b2603e2724d4b6c4bcc399204577

Contents?: true

Size: 481 Bytes

Versions: 5

Compression:

Stored size: 481 Bytes

Contents

# DatadogAPIClient::V1::SLOResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **data** | [**SLOResponseData**](SLOResponseData.md) |  | [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::SLOResponse.new(
  data: null,
  errors: null
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

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