Poq.SDK.Node

Home > @poq/sdk > ResponsePagination > (constructor)

ResponsePagination.(constructor)

Constructs a new instance of the ResponsePagination class

Signature:

constructor(params: {
        first: string;
        last?: string;
        previous?: string;
        next?: string;
        numberOfItems?: number;
    });

Parameters

Parameter Type Description
params { first: string; last?: string; previous?: string; next?: string; numberOfItems?: number; }