vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface DuplicateRuleMatchRule

    interface DuplicateRuleMatchRule {
        matchingRule: string;
        matchRuleSObjectType: string;
        objectMapping?: null | ObjectMapping;
    }
    Index

    Properties

    matchingRule: string
    matchRuleSObjectType: string
    objectMapping?: null | ObjectMapping