kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
Cast
/
Sink
Sink
@
Serializable
data
class
Sink
(
val
name
:
String
,
val
id
:
String
,
val
session
:
String
?
=
null
)
Members
Constructors
Sink
Link copied to clipboard
constructor
(
name
:
String
,
id
:
String
,
session
:
String
?
=
null
)
Properties
id
Link copied to clipboard
val
id
:
String
name
Link copied to clipboard
val
name
:
String
session
Link copied to clipboard
val
session
:
String
?
=
null
Text describing the current session. Present only if there is an active session on the sink.