docs/v1/UsageBillableSummaryHour.md in datadog_api_client-1.4.0 vs docs/v1/UsageBillableSummaryHour.md in datadog_api_client-1.5.0
- old
+ new
@@ -1,19 +1,19 @@
# DatadogAPIClient::V1::UsageBillableSummaryHour
## Properties
-| Name | Type | Description | Notes |
-| ---- | ---- | ----------- | ----- |
-| **billing_plan** | **String** | The billing plan. | [optional] |
-| **end_date** | **Time** | Shows the last date of usage. | [optional] |
-| **num_orgs** | **Integer** | The number of organizations. | [optional] |
-| **org_name** | **String** | The organization name. | [optional] |
-| **public_id** | **String** | The organization public ID. | [optional] |
-| **ratio_in_month** | **Integer** | Shows usage aggregation for a billing period. | [optional] |
-| **start_date** | **Time** | Shows the first date of usage. | [optional] |
-| **usage** | [**UsageBillableSummaryKeys**](UsageBillableSummaryKeys.md) | | [optional] |
+| Name | Type | Description | Notes |
+| ------------------ | ----------------------------------------------------------- | --------------------------------------------- | ---------- |
+| **billing_plan** | **String** | The billing plan. | [optional] |
+| **end_date** | **Time** | Shows the last date of usage. | [optional] |
+| **num_orgs** | **Integer** | The number of organizations. | [optional] |
+| **org_name** | **String** | The organization name. | [optional] |
+| **public_id** | **String** | The organization public ID. | [optional] |
+| **ratio_in_month** | **Float** | Shows usage aggregation for a billing period. | [optional] |
+| **start_date** | **Time** | Shows the first date of usage. | [optional] |
+| **usage** | [**UsageBillableSummaryKeys**](UsageBillableSummaryKeys.md) | | [optional] |
## Example
```ruby
require 'datadog_api_client/v1'
@@ -27,6 +27,5 @@
ratio_in_month: null,
start_date: null,
usage: null
)
```
-