vz-api
1.0.0
ps
/
com.keygenqt.ps.db.models
/
Like
Like
data
class
Like
(
val
id
:
Int
?
=
null
,
val
projectId
:
Int
,
val
key
:
String
,
val
createAt
:
Long
?
=
null
)
Content copied to clipboard
Constructors
Properties
Constructors
Like
Link copied to clipboard
fun
Like
(
id
:
Int
?
=
null
,
projectId
:
Int
,
key
:
String
,
createAt
:
Long
?
=
null
)
Content copied to clipboard
Properties
create
At
Link copied to clipboard
val
createAt
:
Long
?
=
null
Content copied to clipboard
id
Link copied to clipboard
val
id
:
Int
?
=
null
Content copied to clipboard
key
Link copied to clipboard
val
key
:
String
Content copied to clipboard
project
Id
Link copied to clipboard
val
projectId
:
Int
Content copied to clipboard