Domain Matching
data class DomainMatching(val autoMerging: DomainMatchingAutoMerging? = null, val enabled: Boolean, val exportingConfig: DomainMatchingExportingConfig? = null, val jobSchedule: DomainMatchingJobSchedule? = null)
Constructors
Link copied to clipboard
constructor(autoMerging: DomainMatchingAutoMerging? = null, enabled: Boolean, exportingConfig: DomainMatchingExportingConfig? = null, jobSchedule: DomainMatchingJobSchedule? = null)
Properties
Link copied to clipboard
A block that specifies the configuration about the auto-merging process. Documented below.
Link copied to clipboard
A block that specifies the configuration for exporting Identity Resolution results. Documented below.
Link copied to clipboard
A block that specifies the day and time when you want to start the Identity Resolution Job every week. Documented below.