lib
/
com.kirkbushman.araw.models
/
PollOption
/
<init>
<init>
PollOption
(
@Json
(
"id"
)
id
:
Long
,
@Json
(
"text"
)
text
:
String
,
@Json
(
"vote_count"
)
voteCount
:
Int
?
)