Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 601 Bytes

ListCollectionsResponse.md

File metadata and controls

20 lines (14 loc) · 601 Bytes

SajariAPIClient::ListCollectionsResponse

Properties

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]

Example

require 'sdk_ruby'

instance = SajariAPIClient::ListCollectionsResponse.new(
  collections: null,
  next_page_token: null
)