Class Match
Match data object. This class is automatically generated.
Inheritance
System.Object
Match
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: MingweiSamuel.Camille.MatchV4
Assembly: Camille.dll
Syntax
public class Match
Constructors
| Improve this Doc View SourceMatch()
Declaration
public Match()
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; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.Object> |
GameCreation
Designates the timestamp when champion select ended and the loading screen appeared, NOT when the game timer was at 0:00.
Declaration
[JsonProperty("gameCreation")]
public long GameCreation { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
GameDuration
Match duration in seconds.
Declaration
[JsonProperty("gameDuration")]
public long GameDuration { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
GameId
Declaration
[JsonProperty("gameId")]
public long GameId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
GameMode
Please refer to the Game Constants documentation.
Declaration
[JsonProperty("gameMode")]
public string GameMode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
GameType
Please refer to the Game Constants documentation.
Declaration
[JsonProperty("gameType")]
public string GameType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
GameVersion
The major.minor version typically indicates the patch the match was played on.
Declaration
[JsonProperty("gameVersion")]
public string GameVersion { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MapId
Please refer to the Game Constants documentation.
Declaration
[JsonProperty("mapId")]
public int MapId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ParticipantIdentities
Participant identity information.
Declaration
[JsonProperty("participantIdentities")]
public ParticipantIdentity[] ParticipantIdentities { get; set; }
Property Value
Type | Description |
---|---|
ParticipantIdentity[] |
Participants
Participant information.
Declaration
[JsonProperty("participants")]
public Participant[] Participants { get; set; }
Property Value
Type | Description |
---|---|
Participant[] |
PlatformId
Platform where the match was played.
Declaration
[JsonProperty("platformId")]
public string PlatformId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
QueueId
Please refer to the Game Constants documentation.
Declaration
[JsonProperty("queueId")]
public int QueueId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SeasonId
Please refer to the Game Constants documentation.
Declaration
[JsonProperty("seasonId")]
public int SeasonId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Teams
Team information.
Declaration
[JsonProperty("teams")]
public TeamStats[] Teams { get; set; }
Property Value
Type | Description |
---|---|
TeamStats[] |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()