CodeFlow
@JsonClass(generateAdapter = true)
Content copied to clipboard
A set of threadFlows which together describe a pattern of code execution relevant to detecting a result.
Constructors
Link copied to clipboard
fun CodeFlow( @Json(name = "message") message: Message? = null, @Json(name = "properties") properties: PropertyBag? = null, @Json(name = "threadFlows") threadFlows: List<ThreadFlow>)
Content copied to clipboard