GetQueryingDescendantsForContainerResponse

@Serializable
data class GetQueryingDescendantsForContainerResponse(val nodeIds: List<NodeId>)(source)

Response type for the DOMDomain.getQueryingDescendantsForContainer command.

Constructors

constructor(nodeIds: List<NodeId>)

Properties

Link copied to clipboard

Descendant nodes with container queries against the given container.