tmdb-api
common
tmdb-api
/
app.moviebase.tmdb.model
/
TmdbPersonShowCredits
Tmdb
Person
Show
Credits
@
Serializable
data
class
TmdbPersonShowCredits
(
val
cast
:
List
<
TmdbPersonCredit.Show.Cast
>
,
val
crew
:
List
<
TmdbPersonCredit.Show.Crew
>
)
Members
Constructors
Tmdb
Person
Show
Credits
Link copied to clipboard
constructor
(
cast
:
List
<
TmdbPersonCredit.Show.Cast
>
,
crew
:
List
<
TmdbPersonCredit.Show.Crew
>
)
Properties
cast
Link copied to clipboard
@
SerialName
(
value
=
"cast"
)
val
cast
:
List
<
TmdbPersonCredit.Show.Cast
>
crew
Link copied to clipboard
@
SerialName
(
value
=
"crew"
)
val
crew
:
List
<
TmdbPersonCredit.Show.Crew
>