WebResponse
@JsonClass(generateAdapter = true)
Content copied to clipboard
A web response associated with this thread flow location.
Describes the response to an HTTP request.
A web response associated with this result.
Constructors
Link copied to clipboard
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)
Content copied to clipboard
Properties
Link copied to clipboard
Link copied to clipboard