PageNumberInfo

@Serializable
data class PageNumberInfo<T>(val contents: List<T>, val nextPage: Int?)

Constructors

Link copied to clipboard
constructor(contents: List<T>, nextPage: Int?)

Properties

Link copied to clipboard
Link copied to clipboard