Sha256: a644304bd5f460ccf8f1ee57dff650d4120cc587ee696fef0c89b54580de3501
Contents?: true
Size: 695 Bytes
Versions: 2
Compression:
Stored size: 695 Bytes
Contents
# DatadogAPIClient::V1::LogsByRetentionOrgUsage ## Properties | Name | Type | Description | Notes | | --------- | ------------------------------------------------------------------ | ------------------------------------------------------------------ | ---------- | | **usage** | [**Array<LogsRetentionSumUsage>**](LogsRetentionSumUsage.md) | Indexed logs usage for each active retention for the organization. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::LogsByRetentionOrgUsage.new( usage: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/LogsByRetentionOrgUsage.md |
datadog_api_client-1.5.0 | docs/v1/LogsByRetentionOrgUsage.md |