toggle menu
tmdb-api-client
4.9.1-SNAPSHOT
jvm
switch theme
search in API
api
/
io.v47.tmdb.model
/
GenreList
Genre
List
data
class
GenreList
(
val
genres
:
List
<
Genre
>
=
emptyList()
)
:
TmdbType
Members
Constructors
Genre
List
Link copied to clipboard
constructor
(
genres
:
List
<
Genre
>
=
emptyList()
)
Properties
genres
Link copied to clipboard
val
genres
:
List
<
Genre
>
Functions
handle
Unknown
Property
Link copied to clipboard
fun
handleUnknownProperty
(
key
:
String
,
value
:
Any
?
)