Sha256: 3cba5146b3d6778c4a3d45c565281d0a6cfdc2149ce2ca6b9857d2c84a0aab6e

Contents?: true

Size: 574 Bytes

Versions: 2

Compression:

Stored size: 574 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

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v1/UsageAnalyzedLogsHour.md
datadog_api_client-1.5.0 docs/v1/UsageAnalyzedLogsHour.md