Ids

data class Ids(    val trakt: Int? = null,     val slug: String? = null,     val tvdb: Int? = null,     val imdb: String? = null,     val tmdb: Int? = null,     val tvrage: String? = null)(source)

Constructors

Link copied to clipboard
constructor(trakt: Int? = null, slug: String? = null, tvdb: Int? = null, imdb: String? = null, tmdb: Int? = null, tvrage: String? = null)

Properties

Link copied to clipboard
val imdb: String? = null
Link copied to clipboard
val slug: String? = null
Link copied to clipboard
val tmdb: Int? = null
Link copied to clipboard
val trakt: Int? = null
Link copied to clipboard
val tvdb: Int? = null
Link copied to clipboard
val tvrage: String? = null