matching Rules
Parameters
value
A block that configures how the rule-based matching process should match profiles. You can have up to 15 rule
in the natching_rules
. Documented below.
Parameters
values
A block that configures how the rule-based matching process should match profiles. You can have up to 15 rule
in the natching_rules
. Documented below.
suspend fun matchingRules(argument: List<suspend DomainRuleBasedMatchingMatchingRuleArgsBuilder.() -> Unit>)
suspend fun matchingRules(vararg argument: suspend DomainRuleBasedMatchingMatchingRuleArgsBuilder.() -> Unit)
suspend fun matchingRules(argument: suspend DomainRuleBasedMatchingMatchingRuleArgsBuilder.() -> Unit)
Parameters
argument
A block that configures how the rule-based matching process should match profiles. You can have up to 15 rule
in the natching_rules
. Documented below.