IdentifierList

data class IdentifierList(var values: List<IdentifierListItem>, var totalPages: ULong, var totalItems: ULong)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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