Sha256: d9f074410bd19bdd57d4e1c3fc28dfaa889b71675ddde87bd7f18d452d2de6fc

Contents?: true

Size: 400 Bytes

Versions: 4

Compression:

Stored size: 400 Bytes

Contents

# DatadogAPIClient::V1::UsageAuditLogsResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **usage** | [**Array<UsageAuditLogsHour>**](UsageAuditLogsHour.md) | Get hourly usage for audit logs. | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::UsageAuditLogsResponse.new(
  usage: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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