| name |
string |
The API name of the SObject type. |
| label |
string |
The user-facing singular label for this object type. |
| labelPlural |
string |
The user-facing plural label for this object type. |
| keyPrefix |
string |
The three-character key prefix used in record IDs for this type. |
| queryable |
boolean |
Whether records of this type can be queried with SOQL. |
| searchable |
boolean |
Whether records of this type can be searched with SOSL. |
| createable |
boolean |
Whether new records of this type can be created via the API. |
| updateable |
boolean |
Whether existing records of this type can be updated via the API. |
| deletable |
boolean |
Whether records of this type can be deleted via the API. |
| fields |
array |
Detailed metadata for each field on this SObject type. |
| urls |
object |
Map of REST endpoint URLs for this SObject type. |