Resource Location Data Contract Response
data class ResourceLocationDataContractResponse(val city: String? = null, val countryOrRegion: String? = null, val district: String? = null, val name: String)
Resource location data properties.