Show / Hide Table of Contents

Class ClanWarLeagueWarClan

Inheritance
System.Object
Identity
ClanWarLeagueWarClan
Inherited Members
Identity.Tag
Identity.Name
Namespace: ClashOfClans.Models
Assembly: ClashOfClans.Models.dll
Syntax
public class ClanWarLeagueWarClan : Identity

Properties

| Improve this Doc View Source

Attacks

Declaration
public int Attacks { get; set; }
Property Value
Type Description
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.Single
| Improve this Doc View Source

Members

Declaration
public List<ClanWarMember> Members { get; set; }
Property Value
Type Description
System.Collections.Generic.List<ClanWarMember>
| Improve this Doc View Source

Stars

Declaration
public int Stars { get; set; }
Property Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX