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