tmdb-api-client
Toggle table of contents
5.4.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
tmdb-api-client
api
/
io.v47.tmdb.model
/
GenreList
Genre
List
data
class
GenreList
(
val
genres
:
List
<
Genre
>
=
emptyList()
)
:
TmdbType
(
source
)
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
?
)