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