Class CurrentGameParticipant
CurrentGameParticipant data object. This class is automatically generated.
Inheritance
System.Object
CurrentGameParticipant
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.SpectatorV5
Assembly: Camille.RiotGames.dll
Syntax
public class CurrentGameParticipant
Constructors
| Improve this Doc View SourceCurrentGameParticipant()
Declaration
public CurrentGameParticipant()
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> |
Bot
Flag indicating whether or not this participant is a bot
Declaration
[JsonPropertyName("bot")]
public bool Bot { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ChampionId
The ID of the champion played by this participant
Declaration
[JsonPropertyName("championId")]
public Enums.Champion ChampionId { get; set; }
Property Value
Type | Description |
---|---|
Champion |
GameCustomizationObjects
List of Game Customizations
Declaration
[JsonPropertyName("gameCustomizationObjects")]
public GameCustomizationObject[] GameCustomizationObjects { get; set; }
Property Value
Type | Description |
---|---|
GameCustomizationObject[] |
Perks
Perks/Runes Reforged Information
Declaration
[JsonPropertyName("perks")]
public Perks Perks { get; set; }
Property Value
Type | Description |
---|---|
Perks |
ProfileIconId
The ID of the profile icon used by this participant
Declaration
[JsonPropertyName("profileIconId")]
public long ProfileIconId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Puuid
The encrypted puuid of this participant
Declaration
[JsonPropertyName("puuid")]
public string Puuid { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RiotId
Declaration
[JsonPropertyName("riotId")]
public string RiotId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Spell1Id
The ID of the first summoner spell used by this participant
Declaration
[JsonPropertyName("spell1Id")]
public long Spell1Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Spell2Id
The ID of the second summoner spell used by this participant
Declaration
[JsonPropertyName("spell2Id")]
public long Spell2Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
SummonerId
The encrypted summoner ID of this participant
Declaration
[JsonPropertyName("summonerId")]
public string SummonerId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TeamId
The team ID of this participant, indicating the participant's team
Declaration
[JsonPropertyName("teamId")]
public Team TeamId { get; set; }
Property Value
Type | Description |
---|---|
Team |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()