shared
1.31.6
common
shared
/
io.dyte.core.socket.events.payloadmodel
/
ResponseModel
Response
Model
@
Serializable
data
class
ResponseModel
(
val
type
:
String
,
val
payload
:
JsonObject
)
Members
Constructors
Response
Model
Link copied to clipboard
constructor
(
type
:
String
,
payload
:
JsonObject
)
Properties
payload
Link copied to clipboard
val
payload
:
JsonObject
type
Link copied to clipboard
val
type
:
String