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

    Interface DescribeSObjectResult

    interface DescribeSObjectResult {
        actionOverrides?: maybe<ActionOverride[]>;
        activateable: boolean;
        childRelationships: ChildRelationship[];
        compactLayoutable: boolean;
        createable: boolean;
        custom: boolean;
        customSetting: boolean;
        deletable: boolean;
        deprecatedAndHidden: boolean;
        feedEnabled: boolean;
        fields: Field[];
        keyPrefix?: maybe<string>;
        label: string;
        labelPlural: string;
        layoutable: boolean;
        listviewable?: maybe<boolean>;
        lookupLayoutable?: maybe<boolean>;
        mergeable: boolean;
        mruEnabled: boolean;
        name: string;
        namedLayoutInfos: NamedLayoutInfo[];
        networkScopeFieldName?: maybe<string>;
        queryable: boolean;
        recordTypeInfos: RecordTypeInfo[];
        replicateable: boolean;
        retrieveable: boolean;
        searchable: boolean;
        searchLayoutable: boolean;
        supportedScopes: ScopeInfo[];
        triggerable: boolean;
        undeletable: boolean;
        updateable: boolean;
        urlDetail?: string;
        urlEdit?: string;
        urlNew?: string;
        urls: Record<string, string>;
    }
    Index

    Properties

    actionOverrides?: maybe<ActionOverride[]>
    activateable: boolean
    childRelationships: ChildRelationship[]
    compactLayoutable: boolean
    createable: boolean
    custom: boolean
    customSetting: boolean
    deletable: boolean
    deprecatedAndHidden: boolean
    feedEnabled: boolean
    fields: Field[]
    keyPrefix?: maybe<string>
    label: string
    labelPlural: string
    layoutable: boolean
    listviewable?: maybe<boolean>
    lookupLayoutable?: maybe<boolean>
    mergeable: boolean
    mruEnabled: boolean
    name: string
    namedLayoutInfos: NamedLayoutInfo[]
    networkScopeFieldName?: maybe<string>
    queryable: boolean
    recordTypeInfos: RecordTypeInfo[]
    replicateable: boolean
    retrieveable: boolean
    searchable: boolean
    searchLayoutable: boolean
    supportedScopes: ScopeInfo[]
    triggerable: boolean
    undeletable: boolean
    updateable: boolean
    urlDetail?: string
    urlEdit?: string
    urlNew?: string
    urls: Record<string, string>