Square.Connect.Model.SearchShiftsRequest
March 13, 2019 ยท View on GitHub
Description
A request for a filtered and sorted set of Shift objects.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Query | ShiftQuery | Query filters. | [optional] |
| Limit | int? | number of resources in a page (200 by default). | [optional] |
| Cursor | string | opaque cursor for fetching the next page. | [optional] |