data class SearchQueryResult<T : Node?>(val options: SearchQueryOptions, val nodes: List<T>)

Result of a SearchQuery

Parameters

options

options of the query

nodes

the fetched nodes

Constructors

Link copied to clipboard
constructor(options: SearchQueryOptions, nodes: List<T>)

Properties

Link copied to clipboard
val nodes: List<T>
Link copied to clipboard