BatchDeleteImportDataError constructor
BatchDeleteImportDataError({
- BatchDeleteImportDataErrorCode? errorCode,
- String? errorDescription,
- String? importTaskId,
Implementation
BatchDeleteImportDataError({
this.errorCode,
this.errorDescription,
this.importTaskId,
});