Poll Response Aggregated Summary
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>)
Content copied to clipboard
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>)
Content copied to clipboard