WebResponse

fun WebResponse(    @Json(name = "body") body: ArtifactContent? = null,     @Json(name = "headers") headers: Map<String, String>? = null,     @Json(name = "index") index: Int? = null,     @Json(name = "noResponseReceived") noResponseReceived: Boolean? = null,     @Json(name = "properties") properties: PropertyBag? = null,     @Json(name = "protocol") protocol: String? = null,     @Json(name = "reasonPhrase") reasonPhrase: String? = null,     @Json(name = "statusCode") statusCode: Int? = null,     @Json(name = "version") version: String? = null)

Sources

Link copied to clipboard