Model of the response to an HTTP request to the Radar API.
RadarHttpResponse(code: Int, body: String)
code
Int
body
String
val code
HTTP response code (for example, 200, 404, 500).
val body
Response body in the string form (usually JSON).