Relationships
public struct Relationships : Codable
A root object that stores information about show relationships, such as the studios, and cast that belong to it.
-
The cast belonging to the show.
Declaration
Swift
public let cast: CastIdentityResponse?
-
The characters belonging to the show.
Declaration
Swift
public let characters: CharacterIdentityResponse?
-
The people belonging to the show.
Declaration
Swift
public let people: PersonIdentityResponse?
-
The shows related to the show.
Declaration
Swift
public let relatedShows: RelatedShowResponse?
-
The games related to the show.
Declaration
Swift
public let relatedGames: RelatedGameResponse?
-
The literatures related to the show.
Declaration
Swift
public let relatedLiteratures: RelatedLiteratureResponse?
-
The seasons belonging to the show.
Declaration
Swift
public let seasons: SeasonIdentityResponse?
-
The relationships belonging to the show.
Declaration
Swift
public let showSongs: ShowSongResponse?
-
The songs belonging to the game.
Declaration
Swift
public let songs: SongIdentityResponse?
-
The staff belonging to the show.
Declaration
Swift
public let staff: StaffIdentityResponse?
-
The studios belonging to the show.
Declaration
Swift
public let studios: StudioIdentityResponse?