Sha256: bdd9408e33043e4d5cca1596f64ef9b9f5749d05685a7b0463773e636b4e8044

Contents?: true

Size: 421 Bytes

Versions: 5

Compression:

Stored size: 421 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

5 entries across 5 versions & 1 rubygems

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