Request

@Serializable
class Request(val id: Long, val method: String, val params: JsonElement?)

Representation of the request of CDP command.

See also: Message.Response

Constructors

Link copied to clipboard
constructor(id: Long, method: String, params: JsonElement?)

Properties

Link copied to clipboard
val id: Long
Link copied to clipboard
Link copied to clipboard
val params: JsonElement?