EdgeResponse

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

Parameters

continentCode
countryIsoCode
green
id
latencyTestUrl
latitude
longitude
red
subdivisionIsoCode
yellow

Constructors

Link copied to clipboard
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)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val green: Int
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val red: Int
Link copied to clipboard
Link copied to clipboard
val yellow: Int