Sink

@Serializable
data class Sink(val name: String, val id: String, val session: String? = null)

(undocumented in the protocol definition)

Official doc

Constructors

Link copied to clipboard
constructor(name: String, id: String, session: String? = null)

Properties

Link copied to clipboard
val id: String

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

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