lib / com.kirkbushman.araw.models / PollOption

PollOption

@JsonClass(true) data class PollOption : Parcelable

Constructors

<init>

PollOption(id: Long, text: String, voteCount: Int?)

Properties

id

val id: Long

text

val text: String

voteCount

val voteCount: Int?