nodes

@SerializedName(value = "nodes")
@Expose
open var nodes: Set<Node>

An array of node objects representing the nodes of the graph.