shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.model
/
PollUpdatedData
Poll
Updated
Data
@
Serializable
data
class
PollUpdatedData
(
val
polls
:
List
<
Poll
>
?
=
null
,
val
poll
:
Poll
,
val
status
:
String
)
Members
Members & Extensions
Constructors
Poll
Updated
Data
Link copied to clipboard
constructor
(
polls
:
List
<
Poll
>
?
=
null
,
poll
:
Poll
,
status
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
poll
Link copied to clipboard
val
poll
:
Poll
polls
Link copied to clipboard
val
polls
:
List
<
Poll
>
?
=
null
status
Link copied to clipboard
val
status
:
String
Functions
to
Transport
Map
Link copied to clipboard
fun
PollUpdatedData
.
toTransportMap
(
)
:
Map
<
String
,
Any
?
>