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.
A resource that reports the import job errors at row level.