Show / Hide Table of Contents

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 Source

MatchReference()

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>
| Improve this Doc View Source

Champion

Declaration
[JsonProperty("champion")]
public int Champion { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

GameId

Declaration
[JsonProperty("gameId")]
public long GameId { get; set; }
Property Value
Type Description
System.Int64
| Improve this Doc View Source

Lane

Declaration
[JsonProperty("lane")]
public string Lane { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

PlatformId

Declaration
[JsonProperty("platformId")]
public string PlatformId { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Queue

Declaration
[JsonProperty("queue")]
public int Queue { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Role

Declaration
[JsonProperty("role")]
public string Role { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Season

Declaration
[JsonProperty("season")]
public int Season { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Timestamp

Declaration
[JsonProperty("timestamp")]
public long Timestamp { get; set; }
Property Value
Type Description
System.Int64

Methods

| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()
  • Improve this Doc
  • View Source
Back to top Generated by DocFX