PageCursorInfo

@Serializable
data class PageCursorInfo<T>(val contents: List<T>, val cursor: FanboxCursor?)

Constructors

Link copied to clipboard
constructor(contents: List<T>, cursor: FanboxCursor?)

Properties

Link copied to clipboard
Link copied to clipboard