CategoriesInfo

@Serializable
internal data class CategoriesInfo(val href: String, val limit: Int, val offset: Int, val next: String? = null, val previous: String? = null, val total: Int, val items: List<CategoryInfo>)(source)

Constructors

Link copied to clipboard
constructor(href: String, limit: Int, offset: Int, next: String? = null, previous: String? = null, total: Int, items: List<CategoryInfo>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val limit: Int
Link copied to clipboard
val next: String? = null
Link copied to clipboard
val offset: Int
Link copied to clipboard
val previous: String? = null
Link copied to clipboard
val total: Int