EventAnnotationsSummary

data class EventAnnotationsSummary(    val reactionsSummary: List<ReactionAggregatedSummary> = emptyList(),     val editSummary: EditAggregatedSummary? = null,     val pollResponseSummary: PollResponseAggregatedSummary? = null,     val referencesAggregatedSummary: ReferencesAggregatedSummary? = null,     val liveLocationShareAggregatedSummary: LiveLocationShareAggregatedSummary? = null)

Constructors

Link copied to clipboard
fun EventAnnotationsSummary(    reactionsSummary: List<ReactionAggregatedSummary> = emptyList(),     editSummary: EditAggregatedSummary? = null,     pollResponseSummary: PollResponseAggregatedSummary? = null,     referencesAggregatedSummary: ReferencesAggregatedSummary? = null,     liveLocationShareAggregatedSummary: LiveLocationShareAggregatedSummary? = null)

Properties

Link copied to clipboard
val editSummary: EditAggregatedSummary? = null
Link copied to clipboard
Link copied to clipboard
val pollResponseSummary: PollResponseAggregatedSummary? = null
Link copied to clipboard
val reactionsSummary: List<ReactionAggregatedSummary>
Link copied to clipboard
val referencesAggregatedSummary: ReferencesAggregatedSummary? = null