Video

@Serializable
data class Video(val title: String, val description: String? = null, val orderIndex: Int = 0, val youtubeId: String)

Constructors

Link copied to clipboard
constructor(title: String, description: String? = null, orderIndex: Int = 0, youtubeId: String)

Properties

Link copied to clipboard
val description: String? = null
Link copied to clipboard
val orderIndex: Int = 0
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard