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.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: MingweiSamuel.Camille.TftMatchV1
Assembly: Camille.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; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.Object> |
GameDatetime
Unix timestamp.
Declaration
[JsonProperty("game_datetime")]
public long GameDatetime { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
GameLength
Game length in seconds.
Declaration
[JsonProperty("game_length")]
public float GameLength { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
GameVersion
Game client version.
Declaration
[JsonProperty("game_version")]
public string GameVersion { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Participants
Participants.
Declaration
[JsonProperty("participants")]
public Participant[] Participants { get; set; }
Property Value
Type | Description |
---|---|
Participant[] |
QueueId
Please refer to the League of Legends documentation.
Declaration
[JsonProperty("queue_id")]
public int QueueId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TftSetNumber
Teamfight Tactics set number.
Declaration
[JsonProperty("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()