GenreList

data class GenreList(val genres: List<Genre> = emptyList()) : TmdbType

Constructors

Link copied to clipboard
constructor(genres: List<Genre> = emptyList())

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun handleUnknownProperty(key: String, value: Any?)