GetSearchResultsRequest

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

Request object containing input parameters for the DOMDomain.getSearchResults command.

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.