kvision
Toggle table of contents
8.2.0
common
Platform filter
common
Switch theme
Search in API
kvision
kvision-common-remote
/
io.kvision.remote
/
JsonRpcRequest
Json
Rpc
Request
@
Serializable
data
class
JsonRpcRequest
(
val
id
:
Int
,
val
method
:
String
,
val
params
:
List
<
String
?
>
,
val
jsonrpc
:
String
=
"2.0"
)
(
source
)
Members
Constructors
Json
Rpc
Request
Link copied to clipboard
constructor
(
)
constructor
(
id
:
Int
,
method
:
String
,
params
:
List
<
String
?
>
,
jsonrpc
:
String
=
"2.0"
)
Properties
id
Link copied to clipboard
val
id
:
Int
jsonrpc
Link copied to clipboard
val
jsonrpc
:
String
method
Link copied to clipboard
val
method
:
String
params
Link copied to clipboard
val
params
:
List
<
String
?
>