vz-api
1.0.0
ps
/
com.keygenqt.ps.db.models
/
Video
Video
data
class
Video
(
val
id
:
Int
?
=
null
,
val
title
:
String
,
val
description
:
String
,
val
titleRu
:
String
?
,
val
descriptionRu
:
String
?
,
val
image
:
String
,
val
url
:
String
,
val
isPublished
:
Boolean
,
val
createAt
:
Long
,
val
updateAt
:
Long
,
val
uploads
:
List
<
Upload
>
)
Content copied to clipboard
Constructors
Properties
Constructors
Video
Link copied to clipboard
fun
Video
(
id
:
Int
?
=
null
,
title
:
String
,
description
:
String
,
titleRu
:
String
?
,
descriptionRu
:
String
?
,
image
:
String
,
url
:
String
,
isPublished
:
Boolean
,
createAt
:
Long
,
updateAt
:
Long
,
uploads
:
List
<
Upload
>
)
Content copied to clipboard
Properties
create
At
Link copied to clipboard
val
createAt
:
Long
Content copied to clipboard
description
Link copied to clipboard
val
description
:
String
Content copied to clipboard
description
Ru
Link copied to clipboard
val
descriptionRu
:
String
?
Content copied to clipboard
id
Link copied to clipboard
val
id
:
Int
?
=
null
Content copied to clipboard
image
Link copied to clipboard
val
image
:
String
Content copied to clipboard
is
Published
Link copied to clipboard
val
isPublished
:
Boolean
Content copied to clipboard
title
Link copied to clipboard
val
title
:
String
Content copied to clipboard
title
Ru
Link copied to clipboard
val
titleRu
:
String
?
Content copied to clipboard
update
At
Link copied to clipboard
val
updateAt
:
Long
Content copied to clipboard
uploads
Link copied to clipboard
val
uploads
:
List
<
Upload
>
Content copied to clipboard
url
Link copied to clipboard
val
url
:
String
Content copied to clipboard