lib / com.kirkbushman.araw.models / PollData / <init>

<init>

PollData(@Json("user_selection") userSelection: Long?, @Json("options") options: List<PollOption>, @Json("total_vote_count") totalVoteCount: Int, @Json("voting_end_timestamp") votingEndTimestamp: Long)