ShowEpisodesItem

data class ShowEpisodesItem(    val name: String,     val releaseDate: String,     val episodes: List<MyDramaListAPI.ShowEpisode>,     val timezone: String,     val total: Int)(source)

Constructors

Link copied to clipboard
constructor(name: String, releaseDate: String, episodes: List<MyDramaListAPI.ShowEpisode>, timezone: String, total: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val total: Int