Show / Hide Table of Contents

Class RoundResult

RoundResult data object. This class is automatically generated.

Inheritance
System.Object
RoundResult
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.ValMatchV1
Assembly: Camille.RiotGames.dll
Syntax
public class RoundResult

Constructors

| Improve this Doc View Source

RoundResult()

Declaration
public RoundResult()

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

BombDefuser

PUUID of player

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

BombPlanter

PUUID of player

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

DefuseLocation

Declaration
[JsonPropertyName("defuseLocation")]
public Location DefuseLocation { get; set; }
Property Value
Type Description
Location
| Improve this Doc View Source

DefusePlayerLocations

Declaration
[JsonPropertyName("defusePlayerLocations")]
public PlayerLocations[] DefusePlayerLocations { get; set; }
Property Value
Type Description
PlayerLocations[]
| Improve this Doc View Source

DefuseRoundTime

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

PlantLocation

Declaration
[JsonPropertyName("plantLocation")]
public Location PlantLocation { get; set; }
Property Value
Type Description
Location
| Improve this Doc View Source

PlantPlayerLocations

Declaration
[JsonPropertyName("plantPlayerLocations")]
public PlayerLocations[] PlantPlayerLocations { get; set; }
Property Value
Type Description
PlayerLocations[]
| Improve this Doc View Source

PlantRoundTime

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

PlantSite

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

PlayerStats

Declaration
[JsonPropertyName("playerStats")]
public PlayerRoundStats[] PlayerStats { get; set; }
Property Value
Type Description
PlayerRoundStats[]
| Improve this Doc View Source

RoundCeremony

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

RoundNum

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

RoundResult_

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

RoundResultCode

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

WinningTeam

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

WinningTeamRole

Declaration
[JsonPropertyName("winningTeamRole")]
public string WinningTeamRole { 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