BatchScanResultSuccess

data class BatchScanResultSuccess(val result: ArrayList<ScanResultSuccess>)

Batch scan result success

Constructors

Link copied to clipboard
fun BatchScanResultSuccess(result: ArrayList<ScanResultSuccess>)

Create empty Batch scan result success

Properties

Link copied to clipboard
val result: ArrayList<ScanResultSuccess>