Home > @poq/sdk > ResponsePagination > (constructor)
Constructs a new instance of the ResponsePagination
class
Signature:
constructor(params: {
first: string;
last?: string;
previous?: string;
next?: string;
numberOfItems?: number;
});
Parameter | Type | Description |
---|---|---|
params | { first: string; last?: string; previous?: string; next?: string; numberOfItems?: number; } |