LocationResponse
data class LocationResponse(@Json(name = "continent_code") val continentCode: String, @Json(name = "country_iso_code") val countryIsoCode: String, @Json(name = "subdivision_iso_code") val subdivisionIsoCode: String)
Geographic location metadata