RecordUpsertMetadata constructor

RecordUpsertMetadata({
  1. List<int>? createdRecordIds,
  2. Map<String, dynamic>? lineErrors,
  3. int? totalNumberOfRecordsProcessed,
  4. List<int>? unchangedRecordIds,
  5. List<int>? updatedRecordIds,
})

Implementation

RecordUpsertMetadata({
  this.createdRecordIds, this.lineErrors, this.totalNumberOfRecordsProcessed,
  this.unchangedRecordIds, this.updatedRecordIds
});