Relationships
public struct Relationships : Codable
A root object that stores information about person relationships, such as the shows, and characters that belong to it.
-
The characters belonging to the person.
Declaration
Swift
public let characters: CharacterIdentityResponse?
-
The shows belonging to the person.
Declaration
Swift
public let shows: ShowIdentityResponse?
-
The games belonging to the person.
Declaration
Swift
public let games: GameIdentityResponse?
-
The literatures belonging to the person.
Declaration
Swift
public let literatures: LiteratureIdentityResponse?