Sha256: 41dcd9b22b1ba80af1569bf520b67cf4f743f4ceefe44d75e34db7138c731ef4

Contents?: true

Size: 1.09 KB

Versions: 2

Compression:

Stored size: 1.09 KB

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

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v1/LogsByRetention.md
datadog_api_client-1.5.0 docs/v1/LogsByRetention.md