Import Row Error Response
data class ImportRowErrorResponse(val errors: List<ImportErrorResponse>, val rowNumber: Int, val vmName: String, val vmUuid: String)
A resource that reports the import job errors at row level.
Constructors
Link copied to clipboard
fun ImportRowErrorResponse(errors: List<ImportErrorResponse>, rowNumber: Int, vmName: String, vmUuid: String)