Sha256: bfaeac12fa8420604ff0e1940c0114e9e1ec175524d7b5483beab955ac75873a

Contents?: true

Size: 715 Bytes

Versions: 2

Compression:

Stored size: 715 Bytes

Contents

# DatadogAPIClient::V1::UsageDBMHour

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **dbm_host_count** | **Integer** | The total number of Database Monitoring host hours from the start of the given hour’s month until the given hour. | [optional] |
| **dbm_queries_count** | **Integer** | The total number of normalized Database Monitoring queries from the start of the given hour’s month until the given hour. | [optional] |
| **hour** | **Time** | The hour for the usage. | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::UsageDBMHour.new(
  dbm_host_count: null,
  dbm_queries_count: null,
  hour: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.4.0 docs/v1/UsageDBMHour.md
datadog_api_client-1.3.0 docs/v1/UsageDBMHour.md