Parse geloc_postal_code values
This commit is contained in:
parent
fec33bff1d
commit
16ee1f98ed
|
|
@ -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; }
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue