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.
Constructors
Link copied to clipboard
                fun LocationDataResponse(city: String? = null, countryOrRegion: String? = null, district: String? = null, name: String)