data class Sink
<init> |
Sink(name: String, id: String, session: String? = null) |
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? |