Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
18 lines (10 loc) · 640 Bytes

SearchShiftsRequest.md

File metadata and controls

18 lines (10 loc) · 640 Bytes

Square.Connect.Model.SearchShiftsRequest

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]

[Back to Model list] [Back to API list] [Back to README]