Game

public class Game : IdentityResource, Hashable

A root object that stores information about a game resource.

Properties

Functions

  • Declaration

    Swift

    public static func == (lhs: Game, rhs: Game) -> Bool
  • Declaration

    Swift

    public func hash(into hasher: inout Hasher)
  • A root object that stores information about a single game, such as the game’s title, episode count, and air date.

    See more

    Declaration

    Swift

    public struct Attributes : Codable
  • A root object that stores information about game relationships, such as the studios, and cast that belong to it.

    See more

    Declaration

    Swift

    public struct Relationships : Codable