# PinterestSdkClient::Paginated

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **items** | **Array<Object>** |  |  |
| **bookmark** | **String** |  | [optional] |

## Example

```ruby
require 'pinterest_sdk'

instance = PinterestSdkClient::Paginated.new(
  items: null,
  bookmark: null
)
```