|
| string | LeagueId [get, set] |
| | Gets or sets the ID of the league. NOTE: this value will not be set by GetLeagueEntriesAsync(), but it may be set in the future. More...
|
| |
| string | QueueType [get, set] |
| | Gets or sets the league's queue type. This should equal one of the RankedQueue values. More...
|
| |
| string | Tier [get, set] |
| | Gets or sets the league's tier. This should equal one of the Models.Tier values. More...
|
| |
| string | Rank [get, set] |
| | Gets or sets a Roman numeral representing the division that the participant is in. This should equal one of the Division values. More...
|
| |
| bool | FreshBlood [get, set] |
| | Gets or sets whether the participant is fresh blood. More...
|
| |
| bool | HotStreak [get, set] |
| | Gets or sets whether the participant is on a hot streak. More...
|
| |
| bool | Inactive [get, set] |
| | Gets or sets whether the participant is inactive. More...
|
| |
| bool | Veteran [get, set] |
| | Gets or sets whether the participant is a veteran. More...
|
| |
| int | LeaguePoints [get, set] |
| | Gets or sets the number of league points that the participant has. More...
|
| |
| int | Losses [get, set] |
| | Gets or sets the number of losses that the participant has. More...
|
| |
| MiniSeries | MiniSeries [get, set] |
| | Gets or sets the promotion series for the participant, or null if the participant is not is a series. More...
|
| |
| string | SummonerId [get, set] |
| | Gets or sets the summoner's ID in string format. More...
|
| |
| string | SummonerName [get, set] |
| | Gets or sets the summoner's name. NOTE: this value will not be set by GetLeagueEntriesAsync() or GetLeagueEntriesBySummonerIdAsync(). More...
|
| |
| int | Wins [get, set] |
| | Gets or sets the number of wins that the participant has. More...
|
| |
Contains a summoner's rank information.