DomainConsolidation

data class DomainConsolidation(val matchingAttributesList: List<List<String>>)

A list of matching attributes that represent matching criteria. If two profiles meet at least one of the requirements in the matching attributes list, they will be merged.

Constructors

Link copied to clipboard
constructor(matchingAttributesList: List<List<String>>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of matching criteria.