vz-api
1.0.0
ps
/
com.keygenqt.ps.db.models
/
Connect
Connect
data
class
Connect
(
val
id
:
Int
?
=
null
,
val
email
:
String
,
val
isSent
:
Boolean
,
val
locale
:
String
,
val
createAt
:
Long
,
val
updateAt
:
Long
)
Content copied to clipboard
Constructors
Properties
Constructors
Connect
Link copied to clipboard
fun
Connect
(
id
:
Int
?
=
null
,
email
:
String
,
isSent
:
Boolean
,
locale
:
String
,
createAt
:
Long
,
updateAt
:
Long
)
Content copied to clipboard
Properties
create
At
Link copied to clipboard
val
createAt
:
Long
Content copied to clipboard
email
Link copied to clipboard
val
email
:
String
Content copied to clipboard
id
Link copied to clipboard
val
id
:
Int
?
=
null
Content copied to clipboard
is
Sent
Link copied to clipboard
val
isSent
:
Boolean
Content copied to clipboard
locale
Link copied to clipboard
val
locale
:
String
Content copied to clipboard
update
At
Link copied to clipboard
val
updateAt
:
Long
Content copied to clipboard