TeamLastGame
public struct TeamLastGame : Decodable
Undocumented
-
Undocumented
Declaration
Swift
public let begin_at: Date? -
Undocumented
Declaration
Swift
public let finished: Bool? -
Undocumented
Declaration
Swift
public let id: Int -
Undocumented
Declaration
Swift
public let length: Int? -
Undocumented
Declaration
Swift
public let match_id: Int -
Undocumented
Declaration
Swift
public let players: [GamePlayer] -
Undocumented
Declaration
Swift
public let position: Int -
Undocumented
Declaration
Swift
public let teams: [GameTeam] -
Undocumented
Declaration
Swift
public let winner: Winner -
Undocumented
Declaration
Swift
public let winner_type: OpponentType?
TeamLastGame Structure Reference