GetSearchResultsParameter

@Serializable
data class GetSearchResultsParameter(val searchId: String, val fromIndex: Int, val toIndex: Int)

Constructors

Link copied to clipboard
constructor(searchId: String, fromIndex: Int, toIndex: Int)

Properties

Link copied to clipboard

Start index of the search result to be returned.

Link copied to clipboard

Unique search session identifier.

Link copied to clipboard

End index of the search result to be returned.