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

- old
+ new

@@ -1,15 +1,15 @@ # DatadogAPIClient::V1::UsageTimeseriesHour ## Properties -| Name | Type | Description | Notes | -| ---- | ---- | ----------- | ----- | -| **hour** | **Time** | The hour for the usage. | [optional] | -| **num_custom_input_timeseries** | **Integer** | Contains the number of custom metrics that are inputs for aggregations (metric configured is custom). | [optional] | +| Name | Type | Description | Notes | +| -------------------------------- | ----------- | ------------------------------------------------------------------------------------------------------ | ---------- | +| **hour** | **Time** | The hour for the usage. | [optional] | +| **num_custom_input_timeseries** | **Integer** | Contains the number of custom metrics that are inputs for aggregations (metric configured is custom). | [optional] | | **num_custom_output_timeseries** | **Integer** | Contains the number of custom metrics that are outputs for aggregations (metric configured is custom). | [optional] | -| **num_custom_timeseries** | **Integer** | Contains sum of non-aggregation custom metrics and custom metrics that are outputs for aggregations. | [optional] | +| **num_custom_timeseries** | **Integer** | Contains sum of non-aggregation custom metrics and custom metrics that are outputs for aggregations. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' @@ -19,6 +19,5 @@ num_custom_input_timeseries: null, num_custom_output_timeseries: null, num_custom_timeseries: null ) ``` -