RiotNet  8.0.0
A C#/.NET client for the Riot Games API.
Properties | List of all members
RiotNet.Models.MatchParticipantIdentity Class Reference

Contains participant identity information. More...

Properties

int ParticipantId [get, set]
 Gets or sets participant ID (normally 1-10; this value appears to always be 0 when coming from the Match History API). More...
 
MatchPlayer Player [get, set]
 Gets or sets player information. More...
 

Detailed Description

Contains participant identity information.

Property Documentation

int RiotNet.Models.MatchParticipantIdentity.ParticipantId
getset

Gets or sets participant ID (normally 1-10; this value appears to always be 0 when coming from the Match History API).

MatchPlayer RiotNet.Models.MatchParticipantIdentity.Player
getset

Gets or sets player information.


The documentation for this class was generated from the following file: