Class LegendLeagueTournamentSeasonResult
Inheritance
System.Object
LegendLeagueTournamentSeasonResult
Assembly: ClashOfClans.Models.dll
Syntax
public class LegendLeagueTournamentSeasonResult
Properties
|
Improve this Doc
View Source
Id
Declaration
public string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Rank
Declaration
public int? Rank { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
Trophies
Declaration
public int Trophies { get; set; }
Property Value
Type |
Description |
System.Int32 |
|