Sha256: 2fbe679a359fdae69bf18f47c195de66a482b3a7cdf9f8212d8385371ab71cef

Contents?: true

Size: 657 Bytes

Versions: 5

Compression:

Stored size: 657 Bytes

Contents

# DatadogAPIClient::V1::LogsByRetention

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **orgs** | [**LogsByRetentionOrgs**](LogsByRetentionOrgs.md) |  | [optional] |
| **usage** | [**Array<LogsRetentionAggSumUsage>**](LogsRetentionAggSumUsage.md) | Aggregated index logs usage for each retention period with usage. | [optional] |
| **usage_by_month** | [**LogsByRetentionMonthlyUsage**](LogsByRetentionMonthlyUsage.md) |  | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::LogsByRetention.new(
  orgs: null,
  usage: null,
  usage_by_month: null
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
datadog_api_client-1.4.0 docs/v1/LogsByRetention.md
datadog_api_client-1.3.0 docs/v1/LogsByRetention.md
datadog_api_client-1.2.0 docs/v1/LogsByRetention.md
datadog_api_client-1.1.0 docs/v1/LogsByRetention.md
datadog_api_client-1.0.0 docs/v1/LogsByRetention.md