TmdbAggregateCredits

@Serializable
data class TmdbAggregateCredits(val cast: List<TmdbAggregateCast>, val crew: List<TmdbAggregateCrew>)

Constructors

Link copied to clipboard
constructor(cast: List<TmdbAggregateCast>, crew: List<TmdbAggregateCrew>)

Properties

Link copied to clipboard
Link copied to clipboard