kdriver
Toggle table of contents
0.2.5
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp
/
Request
Request
@
Serializable
class
Request
(
val
id
:
Long
,
val
method
:
String
,
val
params
:
JsonElement
?
)
Representation of the request of CDP command.
See also:
Message.Response
Members
Constructors
Request
Link copied to clipboard
constructor
(
id
:
Long
,
method
:
String
,
params
:
JsonElement
?
)
Properties
id
Link copied to clipboard
val
id
:
Long
method
Link copied to clipboard
val
method
:
String
params
Link copied to clipboard
val
params
:
JsonElement
?