Type alias DuplicateRuleMatchRule
DuplicateRuleMatchRule: { matchRuleSObjectType: string; matchingRule: string; objectMapping?: ObjectMapping | null; } Type declaration
matchRuleSObjectType: string
matchingRule: string
Optional
objectMapping?: ObjectMapping | null