ReferencesAggregatedSummary

data class ReferencesAggregatedSummary(val content: Content?, val sourceEvents: List<String>, val localEchos: List<String>)

Events can relates to other events, this object keeps a summary of all events that are referencing the 'eventId' event via the RelationType.REFERENCE.

Constructors

Link copied to clipboard
constructor(content: Content?, sourceEvents: List<String>, localEchos: List<String>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard