ResultFeatureDetails

data class ResultFeatureDetails(var year: Int? = null, var title: String? = null, var movieName: String? = null, var imdbId: Int? = null, var tmdbId: Int? = null, var seasonNumber: Int? = null, var episodeNumber: Int? = null, var parentImdbId: Int? = null, var parentTitle: String? = null, var parentTmdbId: Int? = null, var parentFeatureId: Int? = null)

Constructors

Link copied to clipboard
constructor(year: Int? = null, title: String? = null, movieName: String? = null, imdbId: Int? = null, tmdbId: Int? = null, seasonNumber: Int? = null, episodeNumber: Int? = null, parentImdbId: Int? = null, parentTitle: String? = null, parentTmdbId: Int? = null, parentFeatureId: Int? = null)

Properties

Link copied to clipboard
Link copied to clipboard
var imdbId: Int?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var tmdbId: Int?
Link copied to clipboard
var year: Int?