Sha256: 0a300db02f743a3ac957d903060478fc512493d08740a4fc24ffa581f8bb6249

Contents?: true

Size: 766 Bytes

Versions: 2

Compression:

Stored size: 766 Bytes

Contents

# DatadogAPIClient::V2::LogsWarning

## Properties

| Name       | Type       | Description                                     | Notes      |
| ---------- | ---------- | ----------------------------------------------- | ---------- |
| **code**   | **String** | A unique code for this type of warning          | [optional] |
| **detail** | **String** | A detailed explanation of this specific warning | [optional] |
| **title**  | **String** | A short human-readable summary of the warning   | [optional] |

## Example

```ruby
require 'datadog_api_client/v2'

instance = DatadogAPIClient::V2::LogsWarning.new(
  code: unknown_index,
  detail: indexes: foo, bar,
  title: One or several indexes are missing or invalid, results hold data from the other indexes
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v2/LogsWarning.md
datadog_api_client-1.5.0 docs/v2/LogsWarning.md