Class: describe

Adaptor~describe(sObject, state) → {State}

new describe(sObject, state) → {State}

Outputs basic information about an sObject to `STDOUT`.
Parameters:
Name Type Description
sObject String API name of the sObject.
state State Runtime state.
Source:
Returns:
Type
State
Example
describe('obj_name')