data class PerformSearchResponse
Response type for the DOMDomain.performSearch command.
<init> |
Response type for the DOMDomain.performSearch command. PerformSearchResponse(searchId: String, resultCount: Int) |
resultCount |
Number of search results. val resultCount: Int |
searchId |
Unique search session identifier. val searchId: String |