roava
0.0.5-SNAPSHOT
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
)
Content copied to clipboard
Constructors
Properties
Constructors
Group
Data
Link copied to clipboard
fun
GroupData
(
name
:
String
?
,
description
:
String
?
,
memberCount
:
Int
?
,
owner
:
UserData
?
,
id
:
Int
?
=
null
)
Content copied to clipboard
Properties
description
Link copied to clipboard
val
description
:
String
?
Content copied to clipboard
id
Link copied to clipboard
val
id
:
Int
?
=
null
Content copied to clipboard
member
Count
Link copied to clipboard
val
memberCount
:
Int
?
Content copied to clipboard
name
Link copied to clipboard
val
name
:
String
?
Content copied to clipboard
owner
Link copied to clipboard
val
owner
:
UserData
?
Content copied to clipboard