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

    Interface BriefcaseDefinitionMetadata

    interface BriefcaseDefinitionMetadata {
        briefcaseRules?: BriefcaseRule[];
        description?: string;
        fullName?: string;
        isActive: boolean;
        masterLabel: string;
        type?: BriefcaseType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    briefcaseRules?: BriefcaseRule[]
    description?: string
    fullName?: string
    isActive: boolean
    masterLabel: string