shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.model
/
UpdatedCoHostData
Updated
Co
Host
Data
@
Serializable
data
class
UpdatedCoHostData
(
val
coHost
:
String
?
=
null
,
val
coHostResponsibilities
:
List
<
CoHostResponsibility
>
=
emptyList()
)
Members
Constructors
Updated
Co
Host
Data
Link copied to clipboard
constructor
(
coHost
:
String
?
=
null
,
coHostResponsibilities
:
List
<
CoHostResponsibility
>
=
emptyList()
)
Properties
co
Host
Link copied to clipboard
val
coHost
:
String
?
=
null
co
Host
Responsibilities
Link copied to clipboard
@
Serializable
(
with
=
FlexibleCoHostListSerializer::class
)
val
coHostResponsibilities
:
List
<
CoHostResponsibility
>