kvision-common-remote
/
io.kvision.remote
/
JsonRpcRequest
common
Json
Rpc
Request
data class
JsonRpcRequest
(id:
Int
, method:
String
, params:
List
<
String
?>, jsonrpc:
String
)
Content copied to clipboard
Constructors
Properties
Constructors
JsonRpcRequest
Link copied to clipboard
common
fun
JsonRpcRequest
()
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