IngestCompositeDataStatus constructor

IngestCompositeDataStatus({
  1. List<DataTypeCount>? dataTypeCounts,
  2. String? recordCount,
  3. String? uploadMatchRateRange,
})

Implementation

IngestCompositeDataStatus({
  this.dataTypeCounts,
  this.recordCount,
  this.uploadMatchRateRange,
});