Show / Hide Table of Contents

Class TeamStatDetail

Team stats (Team API).

Inheritance
System.Object
TeamStatDetail
Namespace:RiotSharp.TeamEndpoint
Assembly:RiotSharp.dll
Syntax
public class TeamStatDetail : object

Properties

AverageGamesPlayed

Number of games played on average.

Declaration
public int AverageGamesPlayed { get; set; }
Property Value
Type Description
System.Int32

Losses

Number of losses.

Declaration
public int Losses { get; set; }
Property Value
Type Description
System.Int32

TeamStatType

Type of team stat.

Declaration
public string TeamStatType { get; set; }
Property Value
Type Description
System.String

Wins

Number of wins.

Declaration
public int Wins { get; set; }
Property Value
Type Description
System.Int32
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX