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

    Interface DescribeGlobalSObjectResult

    interface DescribeGlobalSObjectResult {
        activateable: boolean;
        createable: boolean;
        custom: boolean;
        customSetting: boolean;
        deletable: boolean;
        deprecatedAndHidden: boolean;
        feedEnabled: boolean;
        hasSubtypes: boolean;
        isSubtype: boolean;
        keyPrefix: null | string;
        label: string;
        labelPlural: string;
        layoutable: boolean;
        mergeable: boolean;
        mruEnabled: boolean;
        name: string;
        queryable: boolean;
        replicateable: boolean;
        retrieveable: boolean;
        searchable: boolean;
        triggerable: boolean;
        undeletable: boolean;
        updateable: boolean;
        urls: Record<string, string>;
    }
    Index

    Properties

    activateable: boolean
    createable: boolean
    custom: boolean
    customSetting: boolean
    deletable: boolean
    deprecatedAndHidden: boolean
    feedEnabled: boolean
    hasSubtypes: boolean
    isSubtype: boolean
    keyPrefix: null | string
    label: string
    labelPlural: string
    layoutable: boolean
    mergeable: boolean
    mruEnabled: boolean
    name: string
    queryable: boolean
    replicateable: boolean
    retrieveable: boolean
    searchable: boolean
    triggerable: boolean
    undeletable: boolean
    updateable: boolean
    urls: Record<string, string>