data class GetSearchResultsRequest
Request object containing input parameters for the DOMDomain.getSearchResults command.
<init> |
Request object containing input parameters for the DOMDomain.getSearchResults command. GetSearchResultsRequest(searchId: String, fromIndex: Int, toIndex: Int) |
fromIndex |
Start index of the search result to be returned. val fromIndex: Int |
searchId |
Unique search session identifier. val searchId: String |
toIndex |
End index of the search result to be returned. val toIndex: Int |