Home > @poq/sdk > SearchRequestSortField
Signature:
export declare class SearchRequestSortField extends PoqContract 
Extends: PoqContract
| Constructor | Modifiers | Description | 
|---|---|---|
| (constructor)(params) | Constructs a new instance of the SearchRequestSortFieldclass | 
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| desc | boolean | Indication of ordering, shows whether is ordering descending. | |
| name | string | Name of the property to sort by. | 
| Method | Modifiers | Description | 
|---|---|---|
| toString() | Method overrides base object toString method to return formatted representation of search field. |