Poll Summary Content
@JsonClass(generateAdapter = true )
Content copied to clipboard
Contains an aggregated summary info of the poll response. Put pre-computed info that you want to access quickly without having to go through all references events
Constructors
Link copied to clipboard
fun PollSummaryContent( myVote: String? = null, votes: List<VoteInfo>? = null, votesSummary: Map<String, VoteSummary>? = null, totalVotes: Int = 0, winnerVoteCount: Int = 0)
Content copied to clipboard