TvShowEpisodeGroup

data class TvShowEpisodeGroup(val id: String?, val name: String?, val type: TvEpisodeGroupType?, val description: String?, val episodeCount: Int?, val groupCount: Int?, val network: Network?) : TmdbType, TmdbStringId

Constructors

Link copied to clipboard
constructor(id: String?, name: String?, type: TvEpisodeGroupType?, description: String?, episodeCount: Int?, groupCount: Int?, network: Network?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val id: String?
Link copied to clipboard
val name: String?
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun handleUnknownProperty(key: String, value: Any?)