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
fun ReferencesAggregatedSummary(    content: Content?,     sourceEvents: List<String>,     localEchos: List<String>)

Properties

Link copied to clipboard
val content: Content?
Link copied to clipboard
val localEchos: List<String>
Link copied to clipboard
val sourceEvents: List<String>