PollResultsDisplay

data class PollResultsDisplay(val totalResponses: Long? = null, val votingUsers: Long? = null, val totalDistinctUsers: Long? = null, val questions: List<PollStatsQuestions>)

Constructors

Link copied to clipboard
fun PollResultsDisplay(totalResponses: Long? = null, votingUsers: Long? = null, totalDistinctUsers: Long? = null, questions: List<PollStatsQuestions>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val totalResponses: Long? = null
Link copied to clipboard
val votingUsers: Long? = null