DocumentTasksSummary

data class DocumentTasksSummary(val completedCount: Int, val failedCount: Int, val exceptions: List<Throwable>)

Constructors

Link copied to clipboard
constructor(completedCount: Int, failedCount: Int, exceptions: List<Throwable>)

Properties

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