core
Toggle table of contents
1.2.0
common
Platform filter
common
Switch theme
Search in API
core
core
/
com.cloudflare.realtimekit.polls
/
PollOption
Poll
Option
class
PollOption
(
val
text
:
String
,
val
votes
:
List
<
PollVote
>
,
val
count
:
Int
)
Members
Constructors
Poll
Option
Link copied to clipboard
constructor
(
text
:
String
,
votes
:
List
<
PollVote
>
,
count
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
count
Link copied to clipboard
val
count
:
Int
text
Link copied to clipboard
val
text
:
String
votes
Link copied to clipboard
val
votes
:
List
<
PollVote
>
Functions
to
Map
Link copied to clipboard
fun
toMap
(
)
:
Map
<
String
,
Any
?
>