Sha256: bf8c835782c9f419241974b7ae1faf2f03181b978fbbdc74dc993da31556daa5
Contents?: true
Size: 951 Bytes
Versions: 1
Compression:
Stored size: 951 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] | | **org_name** | **String** | The organization name. | [optional] | | **public_id** | **String** | The organization public ID. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::UsageAuditLogsHour.new( hour: null, lines_indexed: null, org_name: null, public_id: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/UsageAuditLogsHour.md |