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