Response object for search collections operation.
| 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] |
- Serializable