Poq.SDK.Node

Home > @poq/sdk > SearchRequestSortField

SearchRequestSortField class

Signature:

export declare class SearchRequestSortField extends PoqContract 

Extends: PoqContract

Constructors

Constructor Modifiers Description
(constructor)(params)   Constructs a new instance of the SearchRequestSortField class

Properties

Property Modifiers Type Description
desc   boolean Indication of ordering, shows whether is ordering descending.
name   string Name of the property to sort by.

Methods

Method Modifiers Description
toString()   Method overrides base object toString method to return formatted representation of search field.