The raw shape of a Lime object as returned by query repositories. System
fields are prefixed with _ and the limetype is included as _limetype.
The runtime normalizes these into the underscore-less form before storing
in state or wrapping as a LimeObject.
Use this when consuming raw responses (for example
ObjectResponse.objects) rather than fully wrapped objects returned
from getObject.
Remarks
Unlike LimeObjectData — which describes a hydrated object's
primitive property values — raw records may carry a nested record
for relation properties. A belongsto or hasone property arrives as
a LimeObjectRecord.
The raw shape of a Lime object as returned by query repositories. System fields are prefixed with
_and the limetype is included as_limetype. The runtime normalizes these into the underscore-less form before storing in state or wrapping as a LimeObject.Use this when consuming raw responses (for example ObjectResponse.objects) rather than fully wrapped objects returned from getObject.