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

    Interface BrandingSetMetadata

    interface BrandingSetMetadata {
        brandingSetProperty?: BrandingSetProperty[];
        description?: string;
        fullName?: string;
        masterLabel: string;
        type?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    brandingSetProperty?: BrandingSetProperty[]
    description?: string
    fullName?: string
    masterLabel: string
    type?: string