Relationships
public struct Relationships : Codable
A root object that stores information about review relationships, such as the user that belong to it.
-
The shows belonging to the rating.
Declaration
Swift
public let shows: ShowIdentityResponse?
-
The games belonging to the rating.
Declaration
Swift
public let games: GameIdentityResponse?
-
The literature belonging to the rating.
Declaration
Swift
public let literatures: LiteratureIdentityResponse?
-
The episodes belonging to the rating.
Declaration
Swift
public let episodes: EpisodeIdentityResponse?
-
The songs belonging to the rating.
Declaration
Swift
public let songs: SongIdentityResponse?
-
The characters belonging to the rating.
Declaration
Swift
public let characters: CharacterIdentityResponse?
-
The people belonging to the rating.
Declaration
Swift
public let people: PersonIdentityResponse?
-
The studios belonging to the rating.
Declaration
Swift
public let studios: StudioIdentityResponse?
-
The users belonging to the review.
Declaration
Swift
public let users: UserResponse?