FullGameMatch

public struct FullGameMatch : Decodable

Undocumented

  • Undocumented

    Declaration

    Swift

    public let begin_at: Date?
  • Undocumented

    Declaration

    Swift

    public let draw: Bool
  • Undocumented

    Declaration

    Swift

    public let games: [BaseGame]
  • id

    Undocumented

    Declaration

    Swift

    public let id: Int
  • Undocumented

    Declaration

    Swift

    public let league: BaseLeague
  • Undocumented

    Declaration

    Swift

    public let league_id: Int
  • Undocumented

    Declaration

    Swift

    public let live: MatchLive
  • Undocumented

    Declaration

    Swift

    public let match_type: MatchType?
  • Undocumented

    Declaration

    Swift

    public let modified_at: Date?
  • Undocumented

    Declaration

    Swift

    public let name: String
  • Undocumented

    Declaration

    Swift

    public let number_of_games: Int?
  • Undocumented

    Declaration

    Swift

    public let opponents: [Opponent]
  • Undocumented

    Declaration

    Swift

    public let results: [MatchTeamResult]
  • Undocumented

    Declaration

    Swift

    public let serie: BaseSerie
  • Undocumented

    Declaration

    Swift

    public let serie_id: Int
  • Undocumented

    Declaration

    Swift

    public let slug: String?
  • Undocumented

    Declaration

    Swift

    public let status: MatchStatus
  • Undocumented

    Declaration

    Swift

    public let tournament: BaseTournament
  • Undocumented

    Declaration

    Swift

    public let tournament_id: Int
  • Undocumented

    Declaration

    Swift

    public let videogame: Videogame
  • Undocumented

    Declaration

    Swift

    public let videogame_version: ShortVideogameVersion
  • Undocumented

    Declaration

    Swift

    public let winner: BaseTeam
  • Undocumented

    Declaration

    Swift

    public let winner_id: Int