PageConfig

data class PageConfig(itemsPerPage: Int?, key: String?)

Constructors

PageConfig
Link copied to clipboard
fun PageConfig(itemsPerPage: Int?, key: String?)

Properties

itemsPerPage
Link copied to clipboard
val itemsPerPage: Int?

the number of items you want to receive per page.

key
Link copied to clipboard
val key: String?

reference to the next page or null for the first page.