TmdbIds

data class TmdbIds(val imdbId: String? = null, val tvdbId: Int? = null)(source)

Constructors

Link copied to clipboard
constructor(imdbId: String? = null, tvdbId: Int? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val tvdbId: Int?