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