BatchDeleteImportDataResponse constructor

BatchDeleteImportDataResponse({
  1. List<BatchDeleteImportDataError>? errors,
})

Implementation

BatchDeleteImportDataResponse({
  this.errors,
});