Sha256: ea90fae1329710f7505f3ed428a5d3341ccf1263bc64ab6e1100c9bd4efcc9f1

Contents?: true

Size: 854 Bytes

Versions: 2

Compression:

Stored size: 854 Bytes

Contents

# DatadogAPIClient::V1::LogsByRetentionMonthlyUsage

## Properties

| Name      | Type                                                               | Description                                                 | Notes      |
| --------- | ------------------------------------------------------------------ | ----------------------------------------------------------- | ---------- |
| **date**  | **String**                                                         | The month for the usage.                                    | [optional] |
| **usage** | [**Array<LogsRetentionSumUsage>**](LogsRetentionSumUsage.md) | Indexed logs usage for each active retention for the month. | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::LogsByRetentionMonthlyUsage.new(
  date: null,
  usage: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

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