PlatformBulkTaskProgressStats

@Serializable
data class PlatformBulkTaskProgressStats(val preparedCount: Long, val processingCount: Long, val succeededCount: Long, val failedCount: Long, val canceledCount: Long)

Constructors

Link copied to clipboard
constructor(preparedCount: Long, processingCount: Long, succeededCount: Long, failedCount: Long, canceledCount: Long)

Properties

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