Validation Report Response
data class ValidationReportResponse(val fileValidations: List<FileValidationReportResponse>, val jobErrors: List<ImportErrorResponse>)
A resource that aggregates errors across import job files.
Constructors
Link copied to clipboard
fun ValidationReportResponse(fileValidations: List<FileValidationReportResponse>, jobErrors: List<ImportErrorResponse>)