| Name | Type | Description | Notes |
|---|---|---|---|
| collections | Array<Collection> | The collections from the specified account. | [optional] |
| next_page_token | String | A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages. | [optional] |
require 'sdk_ruby'
instance = SajariAPIClient::ListCollectionsResponse.new(
collections: null,
next_page_token: null
)