QueryPollVotesResult

data class QueryPollVotesResult(val votes: List<Vote>, val next: String?)

Model representing the result of a 'Query Poll Votes' operation.

Constructors

Link copied to clipboard
constructor(votes: List<Vote>, next: String?)

Properties

Link copied to clipboard
val next: String?

The pagination token for fetching the next set of results.

Link copied to clipboard

The list of votes matching the query.