Result

data class Result(    val sdId: Int? = null,     val type: String? = null,     val name: String? = null,     val imdbId: String? = null,     val tmdbId: Long? = null,     val firstAirDate: String? = null,     val year: Int? = null)(source)

Constructors

Link copied to clipboard
constructor(    sdId: Int? = null,     type: String? = null,     name: String? = null,     imdbId: String? = null,     tmdbId: Long? = null,     firstAirDate: String? = null,     year: Int? = null)

Properties

Link copied to clipboard
val firstAirDate: String? = null
Link copied to clipboard
val imdbId: String? = null
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val sdId: Int? = null
Link copied to clipboard
val tmdbId: Long? = null
Link copied to clipboard
val type: String? = null
Link copied to clipboard
val year: Int? = null