CursorPaging

constructor(href: String, limit: Int, next: String? = null, cursors: Cursors? = null, total: Int? = null, items: List<T>)

Parameters

T

Element type of the page.