Business Object Metadata

All Business Object models and instances have a property _bo_meta_data, also accessible via the ES6 Symbol metadata. This property contains information about class name, field types, and inheritance.

BoMetaData()
An instance of BoMetaData is present on all Business Object models and instances keyed by _bo_meta_data,

as well as ES6 Symbol metadata

Usually this is only instantiated internally