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

- old
+ new

@@ -1,13 +1,13 @@ # DatadogAPIClient::V1::NotebooksResponsePage ## Properties -| Name | Type | Description | Notes | -| ---- | ---- | ----------- | ----- | -| **total_count** | **Integer** | The total number of notebooks that would be returned if the request was not filtered by `start` and `count` parameters. | [optional] | -| **total_filtered_count** | **Integer** | The total number of notebooks returned. | [optional] | +| Name | Type | Description | Notes | +| ------------------------ | ----------- | ------------------------------------------------------------------------------------------------------------------------------------------- | ---------- | +| **total_count** | **Integer** | The total number of notebooks that would be returned if the request was not filtered by `start` and `count` parameters. | [optional] | +| **total_filtered_count** | **Integer** | The total number of notebooks returned. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' @@ -15,6 +15,5 @@ instance = DatadogAPIClient::V1::NotebooksResponsePage.new( total_count: null, total_filtered_count: null ) ``` -