Optionalname?: stringHuman-readable name of the record.
Optionaluri?: stringRecord's URI available in a browser.
OptionaliconUri?: stringRecord's icon.
Optionalfields?: Record<string, any>Record's fields.
Optionaludm?: stringUnified Data Model this record is transformed to.
It is string and not UDM type to avoid nasty problems with mismatched SDK versions in different parts of the system.
(as soon as one SDK version has a new value in UDM, all other instances of SDK should have the same).
(alternatively it could be solved by making SDK into peer dependencies - we may have to do it later)
OptionalunifiedFields?: Record<string, any>Fields of Unified Data Model associated with the record.
OptionalrawFields?: Record<string, any>Original fields coming from the source, before any mapping happens.
OptionalcreatedTime?: stringOptionalupdatedTime?: stringOptionaldeletedTime?: stringOptionalcreatedById?: stringOptionalupdatedById?: stringOptionalcursorOptionallogs
Unique record id