shared
1.30.1
common
shared
/
io.dyte.core.network.models
/
GraphQlRequestVariables
Graph
Ql
Request
Variables
@
Serializable
data
class
GraphQlRequestVariables
(
val
roomName
:
String
,
val
password
:
String
,
val
ipInformation
:
String
?
=
null
)
Members
Constructors
Graph
Ql
Request
Variables
Link copied to clipboard
constructor
(
roomName
:
String
,
password
:
String
,
ipInformation
:
String
?
=
null
)
Properties
ip
Information
Link copied to clipboard
val
ipInformation
:
String
?
=
null
password
Link copied to clipboard
@
SerialName
(
value
=
"password"
)
val
password
:
String
room
Name
Link copied to clipboard
@
SerialName
(
value
=
"roomName"
)
val
roomName
:
String