Paging

data class Paging(val next: String?)

Constructors

Link copied to clipboard
constructor(next: String?)

Properties

Link copied to clipboard
val next: String?