Class Participant
Participant data object. This class is automatically generated.
Inheritance
System.Object
Participant
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 Participant
Constructors
| Improve this Doc View SourceParticipant()
Declaration
public Participant()
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> |
Augments
Declaration
[JsonPropertyName("augments")]
public string[] Augments { get; set; }
Property Value
Type | Description |
---|---|
System.String[] |
Companion
Participant's companion.
Declaration
[JsonPropertyName("companion")]
public Companion Companion { get; set; }
Property Value
Type | Description |
---|---|
Companion |
GoldLeft
Gold left after participant was eliminated.
Declaration
[JsonPropertyName("gold_left")]
public int GoldLeft { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
LastRound
The round the participant was eliminated in. Note: If the player was eliminated in stage 2-1 their last_round would be 5.
Declaration
[JsonPropertyName("last_round")]
public int LastRound { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Level
Participant Little Legend level. Note: This is not the number of active units.
Declaration
[JsonPropertyName("level")]
public int Level { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Missions
Declaration
[JsonPropertyName("missions")]
public ParticipantMissions Missions { get; set; }
Property Value
Type | Description |
---|---|
ParticipantMissions |
PartnerGroupId
Declaration
[JsonPropertyName("partner_group_id")]
public int? PartnerGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Placement
Participant placement upon elimination.
Declaration
[JsonPropertyName("placement")]
public int Placement { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PlayersEliminated
Number of players the participant eliminated.
Declaration
[JsonPropertyName("players_eliminated")]
public int PlayersEliminated { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Puuid
Declaration
[JsonPropertyName("puuid")]
public string Puuid { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PveScore
Declaration
[JsonPropertyName("pve_score")]
public int? PveScore { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
PveWonrun
Declaration
[JsonPropertyName("pve_wonrun")]
public bool? PveWonrun { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
RiotIdGameName
Declaration
[JsonPropertyName("riotIdGameName")]
public string RiotIdGameName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RiotIdTagline
Declaration
[JsonPropertyName("riotIdTagline")]
public string RiotIdTagline { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SkillTree
Declaration
[JsonPropertyName("skill_tree")]
public IDictionary<string, int> SkillTree { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.Int32> |
TimeEliminated
The number of seconds before the participant was eliminated.
Declaration
[JsonPropertyName("time_eliminated")]
public float TimeEliminated { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
TotalDamageToPlayers
Damage the participant dealt to other players.
Declaration
[JsonPropertyName("total_damage_to_players")]
public int TotalDamageToPlayers { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Traits
A complete list of traits for the participant's active units.
Declaration
[JsonPropertyName("traits")]
public Trait[] Traits { get; set; }
Property Value
Type | Description |
---|---|
Trait[] |
Units
A list of active units for the participant.
Declaration
[JsonPropertyName("units")]
public Unit[] Units { get; set; }
Property Value
Type | Description |
---|---|
Unit[] |
Win
Declaration
[JsonPropertyName("win")]
public bool? Win { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()