chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.cast / Sink

Sink

data class Sink

Constructors

<init>

Sink(name: String, id: String, session: String? = null)

Properties

id

val id: String

name

val name: String

session

Text describing the current session. Present only if there is an active session on the sink.

val session: String?