# ShiftQuery
### Description
The parameters of a `Shift` search query. Includes filter and sort options.
## Properties
Name | Getter | Setter | Type | Description | Notes
------------ | ------------- | ------------- | ------------- | ------------- | -------------
**filter** | getFilter() | setFilter($value) | [**\SquareConnect\Model\ShiftFilter**](ShiftFilter.md) | Query filter options | [optional]
**sort** | getSort() | setSort($value) | [**\SquareConnect\Model\ShiftSort**](ShiftSort.md) | Sort order details | [optional]
Note: All properties are protected and only accessed via getters and setters.
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)