shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.model
/
Request
Request
@
Serializable
data
class
Request
(
val
id
:
String
,
val
icon
:
String
,
val
name
:
String
?
=
null
,
val
username
:
String
?
=
null
,
val
extra
:
JsonObject
=
JsonObject(emptyMap())
)
Members
Constructors
Request
Link copied to clipboard
constructor
(
id
:
String
,
icon
:
String
,
name
:
String
?
=
null
,
username
:
String
?
=
null
,
extra
:
JsonObject
=
JsonObject(emptyMap())
)
Properties
extra
Link copied to clipboard
val
extra
:
JsonObject
icon
Link copied to clipboard
val
icon
:
String
id
Link copied to clipboard
val
id
:
String
name
Link copied to clipboard
val
name
:
String
?
=
null
username
Link copied to clipboard
val
username
:
String
?
=
null