ImportRowError constructor

ImportRowError({
  1. ImportRowErrorArchiveErrorDetails? archiveError,
  2. String? assetTitle,
  3. ImportRowErrorCsvErrorDetails? csvError,
  4. List<ImportError>? errors,
  5. int? rowNumber,
  6. String? vmName,
  7. String? vmUuid,
  8. ImportRowErrorXlsxErrorDetails? xlsxError,
})

Implementation

ImportRowError({
  this.archiveError,
  this.assetTitle,
  this.csvError,
  this.errors,
  this.rowNumber,
  this.vmName,
  this.vmUuid,
  this.xlsxError,
});