app
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
app
app
/
com.fam007e.receipts.data.db.entities
/
GroupEntity
Group
Entity
data
class
GroupEntity
(
val
id
:
Long
=
0
,
val
name
:
String
,
val
inviteCode
:
String
,
val
createdAt
:
Long
=
System.currentTimeMillis()
)
Members
Constructors
Group
Entity
Link copied to clipboard
constructor
(
id
:
Long
=
0
,
name
:
String
,
inviteCode
:
String
,
createdAt
:
Long
=
System.currentTimeMillis()
)
Properties
created
At
Link copied to clipboard
val
createdAt
:
Long
id
Link copied to clipboard
val
id
:
Long
=
0
invite
Code
Link copied to clipboard
val
inviteCode
:
String
name
Link copied to clipboard
val
name
:
String