Reaktiv
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Reaktiv
reaktiv-devtools
/
io.github.syrou.reaktiv.devtools.protocol
/
DevToolsMessage
/
RoleAssignment
Role
Assignment
@
Serializable
data
class
RoleAssignment
(
val
targetClientId
:
String
,
val
role
:
ClientRole
,
val
publisherClientId
:
String
?
=
null
)
:
DevToolsMessage
(
source
)
Members
Constructors
Role
Assignment
Link copied to clipboard
constructor
(
targetClientId
:
String
,
role
:
ClientRole
,
publisherClientId
:
String
?
=
null
)
Properties
publisher
Client
Id
Link copied to clipboard
val
publisherClientId
:
String
?
=
null
role
Link copied to clipboard
val
role
:
ClientRole
target
Client
Id
Link copied to clipboard
val
targetClientId
:
String