Mapping Result
class MappingResult(val associatedEvents: AssociatedEvents, val uid: String, val generatedUid: Boolean)
Result of the mapToVEvents operation.
Parameters
associated Events
mapped events
uid
UID of the mapped events
generated Uid
whether uid was generated by mapToVEvents (false: UID was already present before mapping)