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

    Interface AIApplicationMetadata

    interface AIApplicationMetadata {
        developerName: string;
        fullName?: string;
        masterLabel?: string;
        status: AIApplicationStatus;
        type: AIApplicationType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    developerName: string
    fullName?: string
    masterLabel?: string