PollResponseAggregatedSummary

data class PollResponseAggregatedSummary(val aggregatedContent: PollSummaryContent? = null, val closedTime: Long? = null, val nbOptions: Int = 0, val sourceEvents: List<String>, val localEchos: List<String>, val encryptedRelatedEventIds: List<String>)

Constructors

Link copied to clipboard
constructor(aggregatedContent: PollSummaryContent? = null, closedTime: Long? = null, nbOptions: Int = 0, sourceEvents: List<String>, localEchos: List<String>, encryptedRelatedEventIds: List<String>)

Properties

Link copied to clipboard
Link copied to clipboard
val closedTime: Long? = null
Link copied to clipboard
Link copied to clipboard
val nbOptions: Int = 0
Link copied to clipboard