Home > @poq/sdk > SearchRequestSortField > (constructor)
Constructs a new instance of the SearchRequestSortField class
Signature:
constructor(params: {
        name: string;
        desc: boolean;
    });
| Parameter | Type | Description | 
|---|---|---|
| params | { name: string; desc: boolean; } |