PageInfo

@Serializable
data class PageInfo(val total: Int?, val perPage: Int?, val currentPage: Int?, val lastPage: Int?, val hasNextPage: Boolean)

Constructors

Link copied to clipboard
constructor(total: Int?, perPage: Int?, currentPage: Int?, lastPage: Int?, hasNextPage: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val perPage: Int?
Link copied to clipboard
val total: Int?