WebRequest
@JsonClass(generateAdapter = true)
A web request associated with this thread flow location.
Describes an HTTP request.
A web request associated with this result.
Since
0.12.0
Constructors
Link copied to clipboard
constructor(@Json(name = "body") body: ArtifactContent? = null, @Json(name = "headers") headers: Map<String, String>? = null, @Json(name = "index") index: Int? = null, @Json(name = "method") method: String? = null, @Json(name = "parameters") parameters: Map<String, String>? = null, @Json(name = "properties") properties: PropertyBag? = null, @Json(name = "protocol") protocol: String? = null, @Json(name = "target") target: String? = null, @Json(name = "version") version: String? = null)