PlaylistVideoRenderer

@Serializable
data class PlaylistVideoRenderer(videoId: String, title: YoutubePlaylistResponse.TextHolder, lengthSeconds: String?, shortBylineText: YoutubePlaylistResponse.TextHolder?)

Properties

Link copied to clipboard
val lengthSeconds: String?
Link copied to clipboard
val shortBylineText: YoutubePlaylistResponse.TextHolder?
Link copied to clipboard
val title: YoutubePlaylistResponse.TextHolder
Link copied to clipboard
val videoId: String