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

    Interface ChildRelationship

    interface ChildRelationship {
        cascadeDelete: boolean;
        childSObject: string;
        deprecatedAndHidden: boolean;
        field: string;
        junctionIdListNames: string[];
        junctionReferenceTo: string[];
        relationshipName?: maybe<string>;
        restrictedDelete: boolean;
    }
    Index

    Properties

    cascadeDelete: boolean
    childSObject: string
    deprecatedAndHidden: boolean
    field: string
    junctionIdListNames: string[]
    junctionReferenceTo: string[]
    relationshipName?: maybe<string>
    restrictedDelete: boolean