Class MatchReference
MatchReference data object. This class is automatically generated.
Inheritance
System.Object
MatchReference
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 MatchReference
Constructors
| Improve this Doc View SourceMatchReference()
Declaration
public MatchReference()
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> |
Champion
Declaration
[JsonProperty("champion")]
public int Champion { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
GameId
Declaration
[JsonProperty("gameId")]
public long GameId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Lane
Declaration
[JsonProperty("lane")]
public string Lane { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PlatformId
Declaration
[JsonProperty("platformId")]
public string PlatformId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Queue
Declaration
[JsonProperty("queue")]
public int Queue { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Role
Declaration
[JsonProperty("role")]
public string Role { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Season
Declaration
[JsonProperty("season")]
public int Season { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Timestamp
Declaration
[JsonProperty("timestamp")]
public long Timestamp { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()