PollResultsResponse
data class PollResultsResponse(val pollId: String, val totalResponses: Long, val votingUsers: Long, val totalDistinctUsers: Long, val question: List<PollStatsQuestions>)
Constructors
Link copied to clipboard
fun PollResultsResponse(pollId: String, totalResponses: Long, votingUsers: Long, totalDistinctUsers: Long, question: List<PollStatsQuestions>)