docs/v1/UsageSyntheticsBrowserHour.md in datadog_api_client-1.4.0 vs docs/v1/UsageSyntheticsBrowserHour.md in datadog_api_client-1.5.0
- old
+ new
@@ -1,13 +1,13 @@
# DatadogAPIClient::V1::UsageSyntheticsBrowserHour
## Properties
-| Name | Type | Description | Notes |
-| ---- | ---- | ----------- | ----- |
+| Name | Type | Description | Notes |
+| ----------------------------- | ----------- | ---------------------------------------------------- | ---------- |
| **browser_check_calls_count** | **Integer** | Contains the number of Synthetics Browser tests run. | [optional] |
-| **hour** | **Time** | The hour for the usage. | [optional] |
+| **hour** | **Time** | The hour for the usage. | [optional] |
## Example
```ruby
require 'datadog_api_client/v1'
@@ -15,6 +15,5 @@
instance = DatadogAPIClient::V1::UsageSyntheticsBrowserHour.new(
browser_check_calls_count: null,
hour: null
)
```
-