Class TeamStats
TeamStats data object. This class is automatically generated.
Inheritance
Inherited Members
Namespace: MingweiSamuel.Camille.MatchV4
Assembly: Camille.dll
Syntax
public class TeamStats
Constructors
| Improve this Doc View SourceTeamStats()
Declaration
public TeamStats()
Properties
| Improve this Doc View Source_AdditionalProperties
Contains any extra JSON properties that did not map to fields.
Declaration
[JsonExtensionData]
public Dictionary<string, object> _AdditionalProperties { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.Object> |
Bans
If match queueId has a draft, contains banned champion data, otherwise empty.
Declaration
[JsonProperty("bans")]
public TeamBans[] Bans { get; set; }
Property Value
Type | Description |
---|---|
TeamBans[] |
BaronKills
Number of times the team killed Baron.
Declaration
[JsonProperty("baronKills")]
public int BaronKills { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
DominionVictoryScore
For Dominion matches, specifies the points the team had at game end.
Declaration
[JsonProperty("dominionVictoryScore")]
public int DominionVictoryScore { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
DragonKills
Number of times the team killed Dragon.
Declaration
[JsonProperty("dragonKills")]
public int DragonKills { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
FirstBaron
Flag indicating whether or not the team scored the first Baron kill.
Declaration
[JsonProperty("firstBaron")]
public bool FirstBaron { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
FirstBlood
Flag indicating whether or not the team scored the first blood.
Declaration
[JsonProperty("firstBlood")]
public bool FirstBlood { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
FirstDragon
Flag indicating whether or not the team scored the first Dragon kill.
Declaration
[JsonProperty("firstDragon")]
public bool FirstDragon { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
FirstInhibitor
Flag indicating whether or not the team destroyed the first inhibitor.
Declaration
[JsonProperty("firstInhibitor")]
public bool FirstInhibitor { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
FirstRiftHerald
Flag indicating whether or not the team scored the first Rift Herald kill.
Declaration
[JsonProperty("firstRiftHerald")]
public bool FirstRiftHerald { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
FirstTower
Flag indicating whether or not the team destroyed the first tower.
Declaration
[JsonProperty("firstTower")]
public bool FirstTower { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
InhibitorKills
Number of inhibitors the team destroyed.
Declaration
[JsonProperty("inhibitorKills")]
public int InhibitorKills { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
RiftHeraldKills
Number of times the team killed Rift Herald.
Declaration
[JsonProperty("riftHeraldKills")]
public int RiftHeraldKills { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TeamId
100 for blue side. 200 for red side.
Declaration
[JsonProperty("teamId")]
public int TeamId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TowerKills
Number of towers the team destroyed.
Declaration
[JsonProperty("towerKills")]
public int TowerKills { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
VilemawKills
Number of times the team killed Vilemaw.
Declaration
[JsonProperty("vilemawKills")]
public int VilemawKills { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Win
String indicating whether or not the team won. There are only two values visibile in public match history.
(Legal values: Fail, Win)
Declaration
[JsonProperty("win")]
public string Win { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |