Class CurrentGameInfo
CurrentGameInfo data object. This class is automatically generated.
Inheritance
System.Object
CurrentGameInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: MingweiSamuel.Camille.SpectatorV4
Assembly: Camille.dll
Syntax
public class CurrentGameInfo
Constructors
| Improve this Doc View SourceCurrentGameInfo()
Declaration
public CurrentGameInfo()
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> |
BannedChampions
Banned champion information
Declaration
[JsonProperty("bannedChampions")]
public BannedChampion[] BannedChampions { get; set; }
Property Value
Type | Description |
---|---|
BannedChampion[] |
GameId
The ID of the game
Declaration
[JsonProperty("gameId")]
public long GameId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
GameLength
The amount of time in seconds that has passed since the game started
Declaration
[JsonProperty("gameLength")]
public long GameLength { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
GameMode
The game mode
Declaration
[JsonProperty("gameMode")]
public string GameMode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
GameQueueConfigId
The queue type (queue types are documented on the Game Constants page)
Declaration
[JsonProperty("gameQueueConfigId")]
public long GameQueueConfigId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
GameStartTime
The game start time represented in epoch milliseconds
Declaration
[JsonProperty("gameStartTime")]
public long GameStartTime { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
GameType
The game type
Declaration
[JsonProperty("gameType")]
public string GameType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MapId
The ID of the map
Declaration
[JsonProperty("mapId")]
public long MapId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Observers
The observer information
Declaration
[JsonProperty("observers")]
public Observer Observers { get; set; }
Property Value
Type | Description |
---|---|
Observer |
Participants
The participant information
Declaration
[JsonProperty("participants")]
public CurrentGameParticipant[] Participants { get; set; }
Property Value
Type | Description |
---|---|
CurrentGameParticipant[] |
PlatformId
The ID of the platform on which the game is being played
Declaration
[JsonProperty("platformId")]
public string PlatformId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()