GameTeam
public struct GameTeam : Decodable
Undocumented
-
Undocumented
Declaration
Swift
public let bans: [Int] -
Undocumented
Declaration
Swift
public let baron_kills: Int? -
Undocumented
Declaration
Swift
public let color: TeamColor -
Undocumented
Declaration
Swift
public let dragon_kills: Int? -
Undocumented
Declaration
Swift
public let first_blood: Bool? -
Undocumented
Declaration
Swift
public let first_dragon: Bool? -
Undocumented
Declaration
Swift
public let first_inhibitor: Bool? -
Undocumented
Declaration
Swift
public let first_tower: Bool? -
Undocumented
Declaration
Swift
public let gold_earned: Int? -
Undocumented
Declaration
Swift
public let inhibitor_kills: Int? -
Undocumented
Declaration
Swift
public let player_ids: [Int] -
Undocumented
Declaration
Swift
public let team: BaseTeam -
Undocumented
Declaration
Swift
public let tower_kills: Int?
GameTeam Structure Reference