chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.tethering / UnbindRequest

UnbindRequest

data class UnbindRequest

Request object containing input parameters for the TetheringDomain.unbind command.

Constructors

<init>

Request object containing input parameters for the TetheringDomain.unbind command.

UnbindRequest(port: Int)

Properties

port

Port number to unbind.

val port: Int