Class ClanWarLogEntry
Inheritance
System.Object
ClanWarLogEntry
Assembly: ClashOfClans.Models.dll
Syntax
public class ClanWarLogEntry
Properties
|
Improve this Doc
View Source
AttacksPerMember
Declaration
public int? AttacksPerMember { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
BattleModifier
Declaration
public BattleModifier BattleModifier { get; set; }
Property Value
|
Improve this Doc
View Source
Clan
Declaration
public WarClan Clan { get; set; }
Property Value
|
Improve this Doc
View Source
EndTime
Declaration
public DateTime EndTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
|
Improve this Doc
View Source
Opponent
Declaration
public WarClan Opponent { get; set; }
Property Value
|
Improve this Doc
View Source
Result
Declaration
public Result? Result { get; set; }
Property Value
Type |
Description |
System.Nullable<Result> |
|
|
Improve this Doc
View Source
TeamSize
Declaration
public int? TeamSize { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|