core
Toggle table of contents
1.2.0
common
Platform filter
common
Switch theme
Search in API
core
core
/
com.cloudflare.realtimekit.network.models
/
ParticipantPollPreset
Participant
Poll
Preset
@
Serializable
class
ParticipantPollPreset
(
val
canCreate
:
Boolean
,
val
canVote
:
Boolean
,
val
canView
:
Boolean
)
Members
Constructors
Participant
Poll
Preset
Link copied to clipboard
constructor
(
canCreate
:
Boolean
,
canVote
:
Boolean
,
canView
:
Boolean
)
Properties
can
Create
Link copied to clipboard
@
SerialName
(
value
=
"can_create"
)
val
canCreate
:
Boolean
can
View
Link copied to clipboard
@
SerialName
(
value
=
"can_view"
)
val
canView
:
Boolean
can
Vote
Link copied to clipboard
@
SerialName
(
value
=
"can_vote"
)
val
canVote
:
Boolean