threadFlows

@SerializedName(value = "threadFlows")
@Expose
open var threadFlows: List<ThreadFlow>

An array of one or more unique threadFlow objects, each of which describes the progress of a program through a thread of execution. (Required)