Sha256: 8286dedaa19665ec86d59ba151df161b72ee65346be333c3f5f319e2b0841481

Contents?: true

Size: 431 Bytes

Versions: 2

Compression:

Stored size: 431 Bytes

Contents

# DatadogAPIClient::V1::LogsAPIErrorResponse

## Properties

| Name      | Type                                | Description | Notes      |
| --------- | ----------------------------------- | ----------- | ---------- |
| **error** | [**LogsAPIError**](LogsAPIError.md) |             | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::LogsAPIErrorResponse.new(
  error: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

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