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

    Interface WaveApplicationMetadata

    interface WaveApplicationMetadata {
        assetIcon?: string;
        description?: string;
        folder: string;
        fullName?: string;
        masterLabel: string;
        shares?: FolderShare[];
        templateOrigin?: string;
        templateVersion?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    assetIcon?: string
    description?: string
    folder: string
    fullName?: string
    masterLabel: string
    shares?: FolderShare[]
    templateOrigin?: string
    templateVersion?: string