Sha256: 1194f91e3b107886860de135c2e53052e69df7af72f203a11c93ab9a7e09848d
Contents?: true
Size: 647 Bytes
Versions: 7
Compression:
Stored size: 647 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
7 entries across 7 versions & 1 rubygems