Relationships
public struct Relationships : Codable
A root object that stores information about character relationships, such as the shows, and people that belong to it.
-
The people that played the character.
Declaration
Swift
public let people: PersonIdentityResponse?
-
The shows in which the character showed up.
Declaration
Swift
public let shows: ShowIdentityResponse?
-
The games in which the character showed up.
Declaration
Swift
public let games: GameIdentityResponse?
-
The literatures in which the character showed up.
Declaration
Swift
public let literatures: LiteratureIdentityResponse?