Sha256: 503ddf1948163399410dfcaca89b964858b7a3e1cef2ac87852ff86dc07a8949

Contents?: true

Size: 469 Bytes

Versions: 4

Compression:

Stored size: 469 Bytes

Contents

# DatadogAPIClient::V1::UsageAuditLogsHour

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **hour** | **Time** | The hour for the usage. | [optional] |
| **lines_indexed** | **Integer** | The total number of audit logs lines indexed during a given hour. | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::UsageAuditLogsHour.new(
  hour: null,
  lines_indexed: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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