TvShowExternalIds

data class TvShowExternalIds(val id: Int?, val imdbId: String?, val freebaseMid: String?, val freebaseId: String?, val tvdbId: Int?, val tvrageId: Int?, val facebookId: String?, val instagramId: String?, val twitterId: String?, val wikidataId: String?) : TmdbType, TmdbIntId

Constructors

Link copied to clipboard
constructor(id: Int?, imdbId: String?, freebaseMid: String?, freebaseId: String?, tvdbId: Int?, tvrageId: Int?, facebookId: String?, instagramId: String?, twitterId: String?, wikidataId: String?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val id: Int?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tvdbId: Int?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

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