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