Show / Hide Table of Contents

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 Source

TournamentGamesV5()

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>
| Improve this Doc View Source

GameId

Declaration
[JsonPropertyName("gameId")]
public long GameId { get; set; }
Property Value
Type Description
System.Int64
| Improve this Doc View Source

GameMap

Game Map ID

Declaration
[JsonPropertyName("gameMap")]
public int GameMap { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

GameMode

Declaration
[JsonPropertyName("gameMode")]
public string GameMode { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

GameName

Declaration
[JsonPropertyName("gameName")]
public string GameName { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

GameType

Declaration
[JsonPropertyName("gameType")]
public string GameType { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

LosingTeam

Declaration
[JsonPropertyName("losingTeam")]
public TournamentTeamV5[] LosingTeam { get; set; }
Property Value
Type Description
TournamentTeamV5[]
| Improve this Doc View Source

MetaData

Metadata for the TournamentCode

Declaration
[JsonPropertyName("metaData")]
public string MetaData { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Region

Region of the game

Declaration
[JsonPropertyName("region")]
public string Region { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ShortCode

Tournament Code

Declaration
[JsonPropertyName("shortCode")]
public string ShortCode { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

StartTime

Declaration
[JsonPropertyName("startTime")]
public long StartTime { get; set; }
Property Value
Type Description
System.Int64
| Improve this Doc View Source

WinningTeam

Declaration
[JsonPropertyName("winningTeam")]
public TournamentTeamV5[] WinningTeam { get; set; }
Property Value
Type Description
TournamentTeamV5[]

Methods

| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX