Node

constructor(@Json(name = "children") children: List<Node>? = null, @Json(name = "id") id: String, @Json(name = "label") label: Message? = null, @Json(name = "location") location: Location? = null, @Json(name = "properties") properties: PropertyBag? = null)(source)