Show / Hide Table of Contents

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 Source

Info()

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

EndOfGameResult

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

GameCreation

Declaration
[JsonPropertyName("gameCreation")]
public long? GameCreation { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>
| Improve this Doc View Source

GameDatetime

Unix timestamp.

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

GameId

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

GameLength

Game length in seconds.

Declaration
[JsonPropertyName("game_length")]
public float GameLength { get; set; }
Property Value
Type Description
System.Single
| Improve this Doc View Source

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

GameVersion

Game client version.

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

MapId

Declaration
[JsonPropertyName("mapId")]
public long? MapId { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>
| Improve this Doc View Source

Participants

Declaration
[JsonPropertyName("participants")]
public Participant[] Participants { get; set; }
Property Value
Type Description
Participant[]
| Improve this Doc View Source

QueueId

Please refer to the League of Legends documentation.

Declaration
[JsonPropertyName("queue_id")]
public Enums.Queue QueueId { get; set; }
Property Value
Type Description
Queue
| Improve this Doc View Source

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

TftGameType

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

TftSetCoreName

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

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 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