ImportRowError constructor
ImportRowError({
- ImportRowErrorArchiveErrorDetails? archiveError,
- String? assetTitle,
- ImportRowErrorCsvErrorDetails? csvError,
- List<
ImportError> ? errors, - int? rowNumber,
- String? vmName,
- String? vmUuid,
- ImportRowErrorXlsxErrorDetails? xlsxError,
Implementation
ImportRowError({
this.archiveError,
this.assetTitle,
this.csvError,
this.errors,
this.rowNumber,
this.vmName,
this.vmUuid,
this.xlsxError,
});