This object contains some basic match information. Used as a part of the Matchlist API in MatchList.
More...
|
| int | Champion [get, set] |
| | Gets or sets the ID for the champion played. More...
|
| |
| string | Lane [get, set] |
| | Gets or sets the participant's lane for the match. This should equal one of the PlayerPosition values. More...
|
| |
| long | GameId [get, set] |
| | Gets or sets the match ID (also referred to as Game ID). More...
|
| |
| string | PlatformId [get, set] |
| | Gets or sets the platform ID that the match was played on. This should equal one of the Models.PlatformId values. More...
|
| |
| QueueType | Queue [get, set] |
| | Gets or sets the queue type for the match. More...
|
| |
| string | Role [get, set] |
| | Gets or sets the participant's role. This should equal one of the MatchRole values. More...
|
| |
| Season | Season [get, set] |
| | Gets or sets the season the match was played in. More...
|
| |
| DateTime | Timestamp [get, set] |
| | Gets or sets the time the match was played, in UTC. More...
|
| |
This object contains some basic match information. Used as a part of the Matchlist API in MatchList.
| int RiotNet.Models.MatchReference.Champion |
|
getset |
Gets or sets the ID for the champion played.
| long RiotNet.Models.MatchReference.GameId |
|
getset |
Gets or sets the match ID (also referred to as Game ID).
| string RiotNet.Models.MatchReference.Lane |
|
getset |
Gets or sets the participant's lane for the match. This should equal one of the PlayerPosition values.
| string RiotNet.Models.MatchReference.PlatformId |
|
getset |
Gets or sets the platform ID that the match was played on. This should equal one of the Models.PlatformId values.
| QueueType RiotNet.Models.MatchReference.Queue |
|
getset |
Gets or sets the queue type for the match.
| string RiotNet.Models.MatchReference.Role |
|
getset |
Gets or sets the participant's role. This should equal one of the MatchRole values.
| Season RiotNet.Models.MatchReference.Season |
|
getset |
Gets or sets the season the match was played in.
| DateTime RiotNet.Models.MatchReference.Timestamp |
|
getset |
Gets or sets the time the match was played, in UTC.
The documentation for this class was generated from the following file: