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
fun PollResponseAggregatedSummary(    aggregatedContent: PollSummaryContent? = null,     closedTime: Long? = null,     nbOptions: Int = 0,     sourceEvents: List<String>,     localEchos: List<String>,     encryptedRelatedEventIds: List<String>)

Properties

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