Success

data class Success(val appliedCount: Int, val skippedCount: Int, val errors: List<Pair<String, String>>) : ImportResult

Constructors

Link copied to clipboard
constructor(appliedCount: Int, skippedCount: Int, errors: List<Pair<String, String>>)

Properties

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