docs/v1/UsageDBMHour.md in datadog_api_client-1.4.0 vs docs/v1/UsageDBMHour.md in datadog_api_client-1.5.0
- old
+ new
@@ -1,14 +1,14 @@
# 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] |
+| 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] |
+| **hour** | **Time** | The hour for the usage. | [optional] |
## Example
```ruby
require 'datadog_api_client/v1'
@@ -17,6 +17,5 @@
dbm_host_count: null,
dbm_queries_count: null,
hour: null
)
```
-