Pagination
public struct Pagination
Undocumented
-
The request range for fetching the next page.
Declaration
Swift
public let next: RequestRange?
-
The request range for fetching the previous page.
Declaration
Swift
public let previous: RequestRange?