Show / Hide Table of Contents

Class MatchInfo

MatchInfo data object. This class is automatically generated.

Inheritance
System.Object
MatchInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Camille.RiotGames.ValConsoleMatchV1
Assembly: Camille.RiotGames.dll
Syntax
public class MatchInfo

Constructors

| Improve this Doc View Source

MatchInfo()

Declaration
public MatchInfo()

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; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.Object>
| Improve this Doc View Source

CustomGameName

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

GameLengthMillis

Declaration
[JsonPropertyName("gameLengthMillis")]
public int? GameLengthMillis { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

GameMode

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

GameStartMillis

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

IsCompleted

Declaration
[JsonPropertyName("isCompleted")]
public bool IsCompleted { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsRanked

Declaration
[JsonPropertyName("isRanked")]
public bool IsRanked { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

MapId

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

MatchId

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

ProvisioningFlowId

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

QueueId

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

SeasonId

Declaration
[JsonPropertyName("seasonId")]
public string SeasonId { get; set; }
Property Value
Type Description
System.String

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
In This Article
Back to top Generated by DocFX