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
fun DomainMatching(autoMerging: DomainMatchingAutoMerging? = null, enabled: Boolean, exportingConfig: DomainMatchingExportingConfig? = null, jobSchedule: DomainMatchingJobSchedule? = null)