CursorPage

data class CursorPage<out T>(val list: List<T>, val nextCursor: String?)

Constructors

Link copied to clipboard
constructor(list: List<T>, nextCursor: String?)

Properties

Link copied to clipboard
val list: List<T>
Link copied to clipboard