Get Compute Machine Location Data
data class GetComputeMachineLocationData(val city: String, val countryOrRegion: String, val district: String, val name: String)
Constructors
Link copied to clipboard
fun GetComputeMachineLocationData(city: String, countryOrRegion: String, district: String, name: String)