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.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 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; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.Object>
| Improve this Doc View Source

GameDatetime

Unix timestamp.

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

GameLength

Game length in seconds.

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

GameVersion

Game client version.

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

Participants

Participants.

Declaration
[JsonProperty("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
[JsonProperty("queue_id")]
public int QueueId { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

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 Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()
  • Improve this Doc
  • View Source
Back to top Generated by DocFX