toggle menu
Spezi Documentation
androidJvm
switch theme
search in API
education
/
edu.stanford.spezi.modules.education.videos
/
Video
Video
@
Serializable
data
class
Video
(
val
title
:
String
,
val
description
:
String
,
val
orderIndex
:
Int
=
0
,
val
youtubeId
:
String
)
Members
Constructors
Video
Link copied to clipboard
constructor
(
title
:
String
,
description
:
String
,
orderIndex
:
Int
=
0
,
youtubeId
:
String
)
Properties
description
Link copied to clipboard
val
description
:
String
order
Index
Link copied to clipboard
val
orderIndex
:
Int
=
0
thumbnail
Url
Link copied to clipboard
val
thumbnailUrl
:
String
title
Link copied to clipboard
val
title
:
String
youtube
Id
Link copied to clipboard
val
youtubeId
:
String