Video

@Serializable
data class Video(val title: String, val cover: String? = null, val embedUrl: String? = null, val provider: VideoProvider, val providerVideoId: String? = null, val youtubeUrl: String? = null, val thumbnailUrl: String? = null, val duration: Int? = null, val text: String? = null, val htmlAutoPlayVideoPlayer: String? = null, val regions: List<String>? = null)

Constructors

Link copied to clipboard
constructor(title: String, cover: String? = null, embedUrl: String? = null, provider: VideoProvider, providerVideoId: String? = null, youtubeUrl: String? = null, thumbnailUrl: String? = null, duration: Int? = null, text: String? = null, htmlAutoPlayVideoPlayer: String? = null, regions: List<String>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val text: String?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard