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