Class Location
Inheritance
System.Object
Location
Assembly: ClashOfClans.Models.dll
Syntax
Properties
|
Improve this Doc
View Source
CountryCode
Declaration
public string CountryCode { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
IsCountry
Declaration
public bool IsCountry { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|