Zync SDK
Toggle table of contents
2.1.10
commonMain
Platform filter
commonMain
Switch theme
Search in API
Zync SDK
Zync SDK
/
zync.api.user.models
/
UserRole
User
Role
data
class
UserRole
(
val
roleUid
:
String
,
val
roleKey
:
String
,
val
roleName
:
String
)
Domain model representing a user role with permissions.
Members
Constructors
User
Role
Link copied to clipboard
constructor
(
roleUid
:
String
,
roleKey
:
String
,
roleName
:
String
)
Properties
role
Key
Link copied to clipboard
val
roleKey
:
String
role
Name
Link copied to clipboard
val
roleName
:
String
role
Uid
Link copied to clipboard
val
roleUid
:
String