EdgeResponse
constructor(@Json(name = "continent_code") continentCode: String, @Json(name = "country_iso_code") countryIsoCode: String, @Json(name = "green") green: Int, @Json(name = "id") id: String, @Json(name = "latency_test_url") latencyTestUrl: String, @Json(name = "latitude") latitude: Float, @Json(name = "longitude") longitude: Float, @Json(name = "red") red: Int, @Json(name = "subdivision_iso_code") subdivisionIsoCode: String, @Json(name = "yellow") yellow: Int)
Parameters
continentCode
countryIsoCode
green
id
latencyTestUrl
latitude
longitude
red
subdivisionIsoCode
yellow