lib / com.kirkbushman.araw.models.responses / PollVoteState

PollVoteState

@JsonClass(true) data class PollVoteState : Parcelable

Constructors

<init>

PollVoteState(ok: Boolean, poll: PollVoteStatePoll)

Properties

ok

val ok: Boolean

poll

val poll: PollVoteStatePoll