Tree

@Serializable
@SerialName(value = "tree")
data class Tree(val id: String, val nodes: List<NodeSnapshot>) : Response

Constructors

Link copied to clipboard
constructor(id: String, nodes: List<NodeSnapshot>)

Properties

Link copied to clipboard
open override val id: String
Link copied to clipboard