BatchDeleteImportDataError constructor

BatchDeleteImportDataError({
  1. BatchDeleteImportDataErrorCode? errorCode,
  2. String? errorDescription,
  3. String? importTaskId,
})

Implementation

BatchDeleteImportDataError({
  this.errorCode,
  this.errorDescription,
  this.importTaskId,
});