Table of Contents

Class Region

Namespace
KartaViewSharp.V1.Response.Resources.UserDetails
Assembly
KartaViewSharp.dll
public sealed class Region
Inheritance
Region
Inherited Members

Constructors

Region()

public Region()

Properties

CountryCode

[JsonPropertyName("country_code")]
[JsonConverter(typeof(StringAsNullableCountryJsonConverter))]
public Country? CountryCode { get; set; }

Property Value

Country

Points

[JsonPropertyName("points")]
[JsonConverter(typeof(StringAsIntJsonConverter))]
public int Points { get; set; }

Property Value

int

Rank

[JsonPropertyName("rank")]
public int Rank { get; set; }

Property Value

int