IngestCompositeDataStatus constructor
IngestCompositeDataStatus({
- List<
DataTypeCount> ? dataTypeCounts, - String? recordCount,
- String? uploadMatchRateRange,
Implementation
IngestCompositeDataStatus({
this.dataTypeCounts,
this.recordCount,
this.uploadMatchRateRange,
});