GetContainerForNodeReturn

@Serializable
data class GetContainerForNodeReturn(val nodeId: Int?)

Constructors

Link copied to clipboard
constructor(nodeId: Int?)

Properties

Link copied to clipboard
val nodeId: Int?

The container node for the given node, or null if not found.