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
/
CollectionDetails
/
CollectionDetails
Collection
Details
constructor
(
id
:
Int
?
,
name
:
String
?
,
originalName
:
String
?
,
originalLanguage
:
LanguageCode
?
,
overview
:
String
?
,
posterPath
:
String
?
,
backdropPath
:
String
?
,
parts
:
List
<
CollectionDetails.Part
>
=
emptyList()
)
(
source
)