kvision-common-remote
5.16.1
common
kvision-common-remote
/
io.kvision.remote
/
JsonRpcRequest
Json
Rpc
Request
common
data
class
JsonRpcRequest
(
val
id
:
Int
,
val
method
:
String
,
val
params
:
List
<
String
?
>
,
val
jsonrpc
:
String
=
"2.0"
)
Content copied to clipboard
Constructors
Properties
Constructors
Json
Rpc
Request
Link copied to clipboard
common
fun
JsonRpcRequest
(
)
Content copied to clipboard
Json
Rpc
Request
Link copied to clipboard
common
fun
JsonRpcRequest
(
id
:
Int
,
method
:
String
,
params
:
List
<
String
?
>
,
jsonrpc
:
String
=
"2.0"
)
Content copied to clipboard
Properties
id
Link copied to clipboard
common
val
id
:
Int
Content copied to clipboard
jsonrpc
Link copied to clipboard
common
val
jsonrpc
:
String
Content copied to clipboard
method
Link copied to clipboard
common
val
method
:
String
Content copied to clipboard
params
Link copied to clipboard
common
val
params
:
List
<
String
?
>
Content copied to clipboard