roava
Toggle table of contents
0.0.5-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
roava
roava
/
dev.roava.json.group
/
RoleData
Role
Data
data
class
RoleData
(
val
name
:
String
?
,
val
description
:
String
?
,
val
memberCount
:
Int
?
,
val
rank
:
Int
?
,
val
groupId
:
Int
?
,
val
id
:
Int
?
)
Members
Constructors
Role
Data
Link copied to clipboard
constructor
(
name
:
String
?
,
description
:
String
?
,
memberCount
:
Int
?
,
rank
:
Int
?
,
groupId
:
Int
?
,
id
:
Int
?
)
Properties
description
Link copied to clipboard
val
description
:
String
?
group
Id
Link copied to clipboard
val
groupId
:
Int
?
id
Link copied to clipboard
val
id
:
Int
?
member
Count
Link copied to clipboard
val
memberCount
:
Int
?
name
Link copied to clipboard
val
name
:
String
?
rank
Link copied to clipboard
val
rank
:
Int
?