# ShiftSort
### Description
Sets the sort order of search results.
## Properties
Name | Getter | Setter | Type | Description | Notes
------------ | ------------- | ------------- | ------------- | ------------- | -------------
**field** | getField() | setField($value) | **string** | The field to sort on. See [ShiftSortField](#type-shiftsortfield) for possible values | [optional]
**order** | getOrder() | setOrder($value) | **string** | The order in which results are returned. Defaults to DESC. See [SortOrder](#type-sortorder) for possible values | [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)