Show / Hide Table of Contents

Class WarClan

Inheritance
System.Object
WarClan
Namespace: ClashOfClans.Models
Assembly: ClashOfClans.Models.dll
Syntax
public class WarClan

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
Type Description
UrlContainer
| 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
Type Description
ClanWarMemberList
| 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
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX