# DatadogAPIClient::V1::LogsRetentionAggSumUsage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **logs_indexed_logs_usage_agg_sum** | **Integer** | Total indexed logs for this retention period. | [optional] | | **logs_live_indexed_logs_usage_agg_sum** | **Integer** | Live indexed logs for this retention period. | [optional] | | **logs_rehydrated_indexed_logs_usage_agg_sum** | **Integer** | Rehydrated indexed logs for this retention period. | [optional] | | **retention** | **String** | The retention period in days or \"custom\" for all custom retention periods. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::LogsRetentionAggSumUsage.new( logs_indexed_logs_usage_agg_sum: null, logs_live_indexed_logs_usage_agg_sum: null, logs_rehydrated_indexed_logs_usage_agg_sum: null, retention: null ) ```