HomePageResponse

data class HomePageResponse(val items: List<HomePageList>, val hasNext: Boolean = false)(source)

Data class for the Homepage response info.

Constructors

Link copied to clipboard
constructor(items: List<HomePageList>, hasNext: Boolean = false)

Properties

Link copied to clipboard
val hasNext: Boolean = false

if there is a next page or not.

Link copied to clipboard

List of HomePageList items.