Relationships
public struct Relationships : Codable
A root object that stores information about recap item relationships, such as the shows, genres, and characters that belong to it.
-
The shows belonging to the recap.
Declaration
Swift
public let shows: ShowIdentityResponse?
-
The games belonging to the recap.
Declaration
Swift
public let games: GameIdentityResponse?
-
The literature belonging to the recap.
Declaration
Swift
public let literatures: LiteratureIdentityResponse?
-
The episodes belonging to the recap.
Declaration
Swift
public let episodes: EpisodeIdentityResponse?
-
The shows belonging to the recap.
Declaration
Swift
public let showSongs: ShowSongResponse?
-
The genres belonging to the recap.
Declaration
Swift
public let genres: GenreIdentityResponse?
-
The themes belonging to the recap.
Declaration
Swift
public let themes: ThemeIdentityResponse?
-
The characters belonging to the recap.
Declaration
Swift
public let characters: CharacterIdentityResponse?
-
The people belonging to the recap.
Declaration
Swift
public let people: PersonIdentityResponse?