Sha256: 84cf53cb967483356e36c00587710350756a8098a10d171d979866a2bf7abb9f

Contents?: true

Size: 1 KB

Versions: 2

Compression:

Stored size: 1 KB

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

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v1/NotebooksResponsePage.md
datadog_api_client-1.5.0 docs/v1/NotebooksResponsePage.md