TvShowCredits
data class TvShowCredits(val id: Int?, val cast: List<CreditListResult> = emptyList(), val crew: List<CreditListResult> = emptyList()) : TmdbType, TmdbIntId
Constructors
Link copied to clipboard
constructor(id: Int?, cast: List<CreditListResult> = emptyList(), crew: List<CreditListResult> = emptyList())