HistoryList

data class HistoryList(var values: List<HistoryListItem>, var totalPages: ULong, var totalItems: ULong)

Constructors

Link copied to clipboard
constructor(values: List<HistoryListItem>, totalPages: ULong, totalItems: ULong)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard