Class WarClan
Inheritance
System.Object
WarClan
Assembly: ClashOfClans.Models.dll
Syntax
Properties
|
Improve this Doc
View Source
Attacks
Declaration
public int? Attacks { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
BadgeUrls
Declaration
public UrlContainer BadgeUrls { get; set; }
Property Value
|
Improve this Doc
View Source
ClanLevel
Declaration
public int ClanLevel { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
DestructionPercentage
Declaration
public float? DestructionPercentage { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Single> |
|
|
Improve this Doc
View Source
ExpEarned
Declaration
public int? ExpEarned { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
Members
Declaration
public ClanWarMemberList Members { get; set; }
Property Value
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Stars
Declaration
public int Stars { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Tag
Declaration
public string Tag { get; set; }
Property Value
Type |
Description |
System.String |
|