Location Data Response
data class LocationDataResponse(val city: String? = null, val countryOrRegion: String? = null, val district: String? = null, val name: String)
Metadata pertaining to the geographic location of the resource.