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

    Interface GlobalValueSetMetadata

    interface GlobalValueSetMetadata {
        customValue?: CustomValueMetadata[];
        description?: string;
        fullName?: string;
        masterLabel: string;
        sorted: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    customValue?: CustomValueMetadata[]
    description?: string
    fullName?: string
    masterLabel: string
    sorted: boolean