minipavi-kotlin
Toggle table of contents
0.0.8
common
Platform filter
common
Switch theme
Search in API
minipavi-kotlin
core
/
fr.outadoc.minipavi.core.model
/
GatewayRequest
/
GatewayRequest
Gateway
Request
constructor
(
gatewayVersion
:
String
,
minitelVersion
:
String
,
userId
:
String
,
remoteAddress
:
String
,
socketType
:
GatewayRequest.SocketType
,
state
:
TState
,
event
:
GatewayRequest.Event
,
userInput
:
List
<
String
>
,
urlParams
:
Map
<
String
,
String
>
?
=
null
)