| 
    RiotNet
    8.0.0
    
   A C#/.NET client for the Riot Games API. 
   | 
 
Contains info about a game. More...
  
 Properties | |
| List< CurrentGameParticipant > | Participants [get, set] | 
| Gets or sets the participant information.  More... | |
  Properties inherited from RiotNet.Models.GameInfoBase | |
| List< BannedChampion > | BannedChampions [get, set] | 
| Gets or sets the list of banned champion information.  More... | |
| long | GameId [get, set] | 
| Gets or sets the game Id.  More... | |
| TimeSpan | GameLength [get, set] | 
| Gets or sets the amount of time in seconds that has passed since the game started.  More... | |
| string | GameMode [get, set] | 
| Gets or sets the game mode. This should equal one of the Models.GameMode values.  More... | |
| QueueType | GameQueueConfigId [get, set] | 
| Gets or sets the queue type.  More... | |
| DateTime | GameStartTime [get, set] | 
| Gets or sets the game start time in UTC.  More... | |
| string | GameType [get, set] | 
| Gets of sets the game type. This should equal one of the Models.GameType values.  More... | |
| long | MapId [get, set] | 
| Gets or sets the map id.  More... | |
| Observer | Observers [get, set] | 
| Gets or sets the observer information.  More... | |
| string | PlatformId [get, set] | 
| Gets or sets the ID of the platform on which the game is being played. This should equal one of the Models.PlatformId values.  More... | |
Contains info about a game.
      
  | 
  getset | 
Gets or sets the participant information.
 1.8.10