Creates a new pagination.
An object providing values to initialize this instance.
The current page number.
The number of items per page.
The total number of items.
The data limit.
The data offset.
The total number of pages.
The search parameters corresponding to this object.
Static
fromCreates a new pagination from the HTTP headers of the specified response.
A server response.
The pagination corresponding to the HTTP headers of the specified response.
Represents information relevant to the pagination of data items.