Home > @poq/sdk > ResponsePagination
Contract defines pagination shape.
Signature:
export declare class ResponsePagination extends PoqContract
Extends: PoqContract
Constructor | Modifiers | Description |
---|---|---|
(constructor)(params) | Constructs a new instance of the ResponsePagination class |
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. |