core
Toggle table of contents
1.2.0
common
Platform filter
common
Switch theme
Search in API
core
core
/
com.cloudflare.realtimekit.polls
/
Poll
/
Poll
Poll
constructor
(
id
:
String
,
question
:
String
,
anonymous
:
Boolean
,
hideVotes
:
Boolean
,
createdBy
:
String
,
options
:
List
<
PollOption
>
,
voted
:
List
<
String
>
)