TmdbPersonCredits

@Serializable
data class TmdbPersonCredits<T : TmdbPersonCredit>(val cast: List<T>, val crew: List<T>)

Constructors

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

Properties

Link copied to clipboard
@SerialName(value = "cast")
val cast: List<T>
Link copied to clipboard
@SerialName(value = "crew")
val crew: List<T>