docs/v1/UsageCustomReportsMeta.md in datadog_api_client-1.4.0 vs docs/v1/UsageCustomReportsMeta.md in datadog_api_client-1.5.0
- old
+ new
@@ -1,18 +1,17 @@
# DatadogAPIClient::V1::UsageCustomReportsMeta
## Properties
-| Name | Type | Description | Notes |
-| ---- | ---- | ----------- | ----- |
-| **page** | [**UsageCustomReportsPage**](UsageCustomReportsPage.md) | | [optional] |
+| Name | Type | Description | Notes |
+| -------- | ------------------------------------------------------- | ----------- | ---------- |
+| **page** | [**UsageCustomReportsPage**](UsageCustomReportsPage.md) | | [optional] |
## Example
```ruby
require 'datadog_api_client/v1'
instance = DatadogAPIClient::V1::UsageCustomReportsMeta.new(
page: null
)
```
-