Parse geloc_postal_code values
This commit is contained in:
@@ -26,6 +26,8 @@ namespace AS1024.GeoFeed.Models
|
||||
public bool? GeolocHasLocation { get; set; }
|
||||
[JsonProperty("geoloc_region")]
|
||||
public string? GeolocRegion { get; set; }
|
||||
[JsonProperty("geoloc_postal_code")]
|
||||
public string? GeolocPostalCode { get; set; }
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user