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

    Interface RelationshipGraphDefinitionMetadata

    interface RelationshipGraphDefinitionMetadata {
        fullName?: string;
        isActive: boolean;
        isTemplate: boolean;
        masterLabel: string;
        relationshipGraphDefVersions?: RelationshipGraphDefVersion[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    fullName?: string
    isActive: boolean
    isTemplate: boolean
    masterLabel: string
    relationshipGraphDefVersions?: RelationshipGraphDefVersion[]