toggle menu
MobileMail
androidJvm
switch theme
search in API
MobileMail
/
com.mobilemail.data.model
/
JmapRequest
Jmap
Request
data
class
JmapRequest
(
val
using
:
List
<
String
>
,
val
methodCalls
:
List
<
List
<
Any
>
>
)
Members
Constructors
Jmap
Request
Link copied to clipboard
constructor
(
using
:
List
<
String
>
,
methodCalls
:
List
<
List
<
Any
>
>
)
Properties
method
Calls
Link copied to clipboard
val
methodCalls
:
List
<
List
<
Any
>
>
using
Link copied to clipboard
val
using
:
List
<
String
>