Sha256: a9624bb7498e34e3976c4c8bd591066b8d84e004b4ae6d53040742eddc1cfb76
Contents?: true
Size: 596 Bytes
Versions: 5
Compression:
Stored size: 596 Bytes
Contents
# 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] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::NotebooksResponsePage.new( total_count: null, total_filtered_count: null ) ```
Version data entries
5 entries across 5 versions & 1 rubygems