Sha256: 1072b9bba2f55f320bd8a2081e554eff366c4736dda5e2b1b46f18dd17f5c772

Contents?: true

Size: 447 Bytes

Versions: 7

Compression:

Stored size: 447 Bytes

Contents

# DatadogAPIClient::V1::UsageAnalyzedLogsHour

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **analyzed_logs** | **Integer** | Contains the number of analyzed logs. | [optional] |
| **hour** | **Time** | The hour for the usage. | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::UsageAnalyzedLogsHour.new(
  analyzed_logs: null,
  hour: null
)
```

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
datadog_api_client-1.4.0 docs/v1/UsageAnalyzedLogsHour.md
datadog_api_client-1.3.0 docs/v1/UsageAnalyzedLogsHour.md
datadog_api_client-1.2.0 docs/v1/UsageAnalyzedLogsHour.md
datadog_api_client-1.1.0 docs/v1/UsageAnalyzedLogsHour.md
datadog_api_client-1.0.0 docs/v1/UsageAnalyzedLogsHour.md
datadog_api_client-1.0.0.beta.3 docs/v1/UsageAnalyzedLogsHour.md
datadog_api_client-1.0.0.beta.2 docs/v1/UsageAnalyzedLogsHour.md