GetSearchResultsReturn

@Serializable
data class GetSearchResultsReturn(val nodeIds: List<Int>)

Constructors

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

Properties

Link copied to clipboard

Ids of the search result nodes.