Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 730 Bytes

File metadata and controls

22 lines (12 loc) · 730 Bytes

CollectionSearchResponse

Response object for search collections operation.

Properties

Name Type Description Notes
collections List<Collection> List of collections matching the search criteria.
recordOffset Integer The starting record number from where the records are included. [optional]
recordSize Integer The number of records returned. [optional]
isLastBatch Boolean Indicates if this is the last batch of results. [optional]
count Integer Total count of records returned. [optional]

Implemented Interfaces

  • Serializable