Domain Conflict Resolution
data class DomainConflictResolution(val conflictResolvingModel: DomainConflictResolutionConflictResolvingModel, val sourceName: String? = null)
How the auto-merging process should resolve conflicts between different profiles. For example, if Profile A and Profile B have the same FirstName and LastName (and that is the matching criteria), which EmailAddress should be used?
Constructors
Link copied to clipboard
constructor(conflictResolvingModel: DomainConflictResolutionConflictResolvingModel, sourceName: String? = null)