docs/v1/LogsRetentionAggSumUsage.md in datadog_api_client-1.4.0 vs docs/v1/LogsRetentionAggSumUsage.md in datadog_api_client-1.5.0
- old
+ new
@@ -1,15 +1,15 @@
# 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] |
+| 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'
@@ -19,6 +19,5 @@
logs_live_indexed_logs_usage_agg_sum: null,
logs_rehydrated_indexed_logs_usage_agg_sum: null,
retention: null
)
```
-