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