Poq.SDK.Node

Home > @poq/sdk > ResponsePagination

ResponsePagination class

Contract defines pagination shape.

Signature:

export declare class ResponsePagination extends PoqContract 

Extends: PoqContract

Constructors

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

Properties

Property Modifiers Type Description
first   string Link to the first page.
last   string | undefined Link to the last page.
next   string | undefined Link to the next page.
numberOfItems   number | undefined Total number of found items.
previous   string | undefined Link to the previous page.