Class Info
Info data object. This class is automatically generated.
Inheritance
System.Object
Info
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.TftMatchV1
Assembly: Camille.RiotGames.dll
Syntax
public class Info
Constructors
| Improve this Doc View SourceInfo()
Declaration
public Info()
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> |
EndOfGameResult
Declaration
[JsonPropertyName("endOfGameResult")]
public string EndOfGameResult { get; set; }
Property Value
Type | Description |
---|---|
System.String |
GameCreation
Declaration
[JsonPropertyName("gameCreation")]
public long? GameCreation { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
GameDatetime
Unix timestamp.
Declaration
[JsonPropertyName("game_datetime")]
public long GameDatetime { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
GameId
Declaration
[JsonPropertyName("gameId")]
public long? GameId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
GameLength
Game length in seconds.
Declaration
[JsonPropertyName("game_length")]
public float GameLength { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
GameVariation
Deprecated. Game variation key. Game variations documented in TFT static data.
Declaration
[JsonPropertyName("game_variation")]
public string GameVariation { get; set; }
Property Value
Type | Description |
---|---|
System.String |
GameVersion
Game client version.
Declaration
[JsonPropertyName("game_version")]
public string GameVersion { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MapId
Declaration
[JsonPropertyName("mapId")]
public long? MapId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
Participants
Declaration
[JsonPropertyName("participants")]
public Participant[] Participants { get; set; }
Property Value
Type | Description |
---|---|
Participant[] |
QueueId
Please refer to the League of Legends documentation.
Declaration
[JsonPropertyName("queue_id")]
public Enums.Queue QueueId { get; set; }
Property Value
Type | Description |
---|---|
Queue |
QueueId_
Please refer to the League of Legends documentation.
Declaration
[JsonPropertyName("queueId")]
public Enums.Queue? QueueId_ { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<Enums.Queue> |
TftGameType
Declaration
[JsonPropertyName("tft_game_type")]
public string TftGameType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TftSetCoreName
Declaration
[JsonPropertyName("tft_set_core_name")]
public string TftSetCoreName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TftSetNumber
Teamfight Tactics set number.
Declaration
[JsonPropertyName("tft_set_number")]
public int TftSetNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()