toggle menu
VentureLibs
1.0
main
switch theme
search in API
VentureLibs
/
net.blockventuremc.database.model
/
Link
Link
data
class
Link
(
val
uuid
:
UUID
,
val
discordID
:
String
,
val
linkedAt
:
Calendar
=
Calendar.now()
)
(
source
)
Members
Constructors
Link
Link copied to clipboard
constructor
(
uuid
:
UUID
,
discordID
:
String
,
linkedAt
:
Calendar
=
Calendar.now()
)
Properties
discord
ID
Link copied to clipboard
val
discordID
:
String
linked
At
Link copied to clipboard
val
linkedAt
:
Calendar
uuid
Link copied to clipboard
val
uuid
:
UUID