GetSearchResultsResponse

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

Response type for the DOMDomain.getSearchResults command.

Constructors

Link copied to clipboard
constructor(nodeIds: List<NodeId>)

Properties

Link copied to clipboard

Ids of the search result nodes.