Class TournamentGamesV5
TournamentGamesV5 data object. This class is automatically generated.
Inheritance
System.Object
TournamentGamesV5
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Camille.RiotGames.TournamentV5
Assembly: Camille.RiotGames.dll
Syntax
public class TournamentGamesV5
Constructors
| Improve this Doc View SourceTournamentGamesV5()
Declaration
public TournamentGamesV5()
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; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.Object> |
GameId
Declaration
[JsonPropertyName("gameId")]
public long GameId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
GameMap
Game Map ID
Declaration
[JsonPropertyName("gameMap")]
public int GameMap { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
GameMode
Declaration
[JsonPropertyName("gameMode")]
public string GameMode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
GameName
Declaration
[JsonPropertyName("gameName")]
public string GameName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
GameType
Declaration
[JsonPropertyName("gameType")]
public string GameType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LosingTeam
Declaration
[JsonPropertyName("losingTeam")]
public TournamentTeamV5[] LosingTeam { get; set; }
Property Value
Type | Description |
---|---|
TournamentTeamV5[] |
MetaData
Metadata for the TournamentCode
Declaration
[JsonPropertyName("metaData")]
public string MetaData { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Region
Region of the game
Declaration
[JsonPropertyName("region")]
public string Region { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ShortCode
Tournament Code
Declaration
[JsonPropertyName("shortCode")]
public string ShortCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StartTime
Declaration
[JsonPropertyName("startTime")]
public long StartTime { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
WinningTeam
Declaration
[JsonPropertyName("winningTeam")]
public TournamentTeamV5[] WinningTeam { get; set; }
Property Value
Type | Description |
---|---|
TournamentTeamV5[] |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()