toggle menu
tmdb-api-client
4.9.1-SNAPSHOT
jvm
switch theme
search in API
api
/
io.v47.tmdb.model
/
PersonCredits
Person
Credits
data
class
PersonCredits
(
val
id
:
Int
?
,
val
cast
:
List
<
CastMember
>
=
emptyList()
,
val
crew
:
List
<
CrewMember
>
=
emptyList()
)
:
TmdbType
,
TmdbIntId
Members
Constructors
Person
Credits
Link copied to clipboard
constructor
(
id
:
Int
?
,
cast
:
List
<
CastMember
>
=
emptyList()
,
crew
:
List
<
CrewMember
>
=
emptyList()
)
Properties
cast
Link copied to clipboard
val
cast
:
List
<
CastMember
>
crew
Link copied to clipboard
val
crew
:
List
<
CrewMember
>
id
Link copied to clipboard
open
override
val
id
:
Int
?
Functions
handle
Unknown
Property
Link copied to clipboard
fun
handleUnknownProperty
(
key
:
String
,
value
:
Any
?
)