SearchParams
Search parameters.
Properties
Name | Type | Description | Notes |
---|---|---|---|
Cursor | string | The value of cursor. Provide null for 1st page. For next page, provide the value of nextCursor from last API response. For previous page, provide the vaue of prevCursor from last API response. | [optional] |
Limit | int? | Identifies the maximum number of items to include in a page (1-100). | [optional] |
OrderByAttribute | OrderAttribute | [optional] | |
SearchByAttributes | List<SearchAttribute> | [optional] |