class Pagination
Information about related content pages in a sequence of content pages returned by an API method.
Limited in functionality. Only considers paging links of type "next"
Pagination(linkHeader: String?)
Information about related content pages in a sequence of content pages returned by an API method. |
val nextUrl: String?
the url to retrieve the next content page, or null |