ThreadFlow
fun ThreadFlow( @Json(name = "id") id: String? = null, @Json(name = "immutableState") immutableState: Map<String, MultiformatMessageString>? = null, @Json(name = "initialState") initialState: Map<String, MultiformatMessageString>? = null, @Json(name = "locations") locations: List<ThreadFlowLocation>, @Json(name = "message") message: Message? = null, @Json(name = "properties") properties: PropertyBag? = null)
Content copied to clipboard