docs/v1/UsageLogsByIndexHour.md in datadog_api_client-1.4.0 vs docs/v1/UsageLogsByIndexHour.md in datadog_api_client-1.5.0

- old
+ new

@@ -1,16 +1,16 @@ # DatadogAPIClient::V1::UsageLogsByIndexHour ## Properties -| Name | Type | Description | Notes | -| ---- | ---- | ----------- | ----- | +| Name | Type | Description | Notes | +| --------------- | ----------- | ------------------------------------------------------ | ---------- | | **event_count** | **Integer** | The total number of indexed logs for the queried hour. | [optional] | -| **hour** | **Time** | The hour for the usage. | [optional] | -| **index_id** | **String** | The index ID for this usage. | [optional] | -| **index_name** | **String** | The user specified name for this index ID. | [optional] | -| **retention** | **Integer** | The retention period (in days) for this index ID. | [optional] | +| **hour** | **Time** | The hour for the usage. | [optional] | +| **index_id** | **String** | The index ID for this usage. | [optional] | +| **index_name** | **String** | The user specified name for this index ID. | [optional] | +| **retention** | **Integer** | The retention period (in days) for this index ID. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' @@ -21,6 +21,5 @@ index_id: null, index_name: null, retention: null ) ``` -