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