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

- old
+ new

@@ -1,11 +1,11 @@ # DatadogAPIClient::V1::UsageSyntheticsResponse ## Properties -| Name | Type | Description | Notes | -| ---- | ---- | ----------- | ----- | +| Name | Type | Description | Notes | +| --------- | -------------------------------------------------------------- | ----------------------------------------------------------------------------- | ---------- | | **usage** | [**Array<UsageSyntheticsHour>**](UsageSyntheticsHour.md) | Array with the number of hourly Synthetics test run for a given organization. | [optional] | ## Example ```ruby @@ -13,6 +13,5 @@ instance = DatadogAPIClient::V1::UsageSyntheticsResponse.new( usage: null ) ``` -