Show / Hide Table of Contents

Class ClanWarLeagueGroup

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

Properties

| Improve this Doc View Source

Clans

Declaration
public ClanWarLeagueClanList Clans { get; set; }
Property Value
Type Description
ClanWarLeagueClanList
| Improve this Doc View Source

Rounds

Declaration
public ClanWarLeagueRoundList Rounds { get; set; }
Property Value
Type Description
ClanWarLeagueRoundList
| Improve this Doc View Source

Season

Declaration
public string Season { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

State

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