Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 679 Bytes

File metadata and controls

10 lines (7 loc) · 679 Bytes

CollectionsClient::CollectionResultSet

Properties

Name Type Description Notes
contents Array<CollectionObject> list of Collection Objects returned in response to a query
next_cursor String If the service supports pagination, and the resultset is paginated, this will be a cursor which can be used to retrieve the next page in the results. [optional]
prev_cursor String If the service supports pagination, and the resultset is paginated, this will be a cursor which can be used to retrieve the next page in the results. [optional]