importance

@SerializedName(value = "importance")
@Expose
open var importance: ThreadFlowLocation.Importance

Specifies the importance of this location in understanding the code flow in which it occurs. The order from most to least important is "essential", "important", "unimportant". Default: "important".