edges

@SerializedName(value = "edges")
@Expose
open var edges: Set<Edge>

An array of edge objects representing the edges of the graph.