lib / com.kirkbushman.araw.models / PollData

PollData

@JsonClass(true) data class PollData : Parcelable

Constructors

<init>

PollData(userSelection: Long?, options: List<PollOption>, totalVoteCount: Int, votingEndTimestamp: Long)

Properties

options

val options: List<PollOption>

totalVoteCount

val totalVoteCount: Int

userSelection

val userSelection: Long?

votingEndTimestamp

val votingEndTimestamp: Long