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