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