Type alias DescribeGlobalSObjectResult
DescribeGlobalSObjectResult: { activateable: boolean; createable: boolean; custom: boolean; customSetting: boolean; deepCloneable: boolean; deletable: boolean; deprecatedAndHidden: boolean; feedEnabled: boolean; hasSubtypes: boolean; idEnabled: boolean; isInterface: boolean; isSubtype: boolean; keyPrefix: Optional<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: { [
key:
string]
: string; }; } Type declaration
activateable: boolean
createable: boolean
custom: boolean
customSetting: boolean
deepCloneable: boolean
deletable: boolean
deprecatedAndHidden: boolean
feedEnabled: boolean
hasSubtypes: boolean
idEnabled: boolean
isInterface: boolean
isSubtype: boolean
keyPrefix: Optional<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: {
[key: string]: string;
}