ListDetails
data class ListDetails(val createdBy: String?, val description: String?, val favoriteCount: Int?, val id: String?, val items: List<MovieListResult> = emptyList(), val itemCount: Int?, val language: LanguageCode?, val country: CountryCode?, val listType: String?, val name: String?, val posterPath: String?, val totalResults: Int?, val totalPages: Int?, val page: Int?) : TmdbType, TmdbStringId
Constructors
Link copied to clipboard
constructor(createdBy: String?, description: String?, favoriteCount: Int?, id: String?, items: List<MovieListResult> = emptyList(), itemCount: Int?, language: LanguageCode?, country: CountryCode?, listType: String?, name: String?, posterPath: String?, totalResults: Int?, totalPages: Int?, page: Int?)