mappings property

List<EntityMapping>? mappings
getter/setter pair

Details about entity mappings.

For source tree entities, this holds the draft entities which were generated by the mapping rules. For draft tree entities, this holds the source entities which were converted to form the draft entity. Destination entities will have no mapping details.

Implementation

core.List<EntityMapping>? mappings;