DocumentListResponse

data class DocumentListResponse(val documents: List<DocumentListItem>, val count: Int)

See also

Constructors

Link copied to clipboard
constructor(documents: List<DocumentListItem>, count: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val count: Int
Link copied to clipboard