data class SearchInResourceResponse
Response type for the PageDomain.searchInResource command.
<init> |
Response type for the PageDomain.searchInResource command. SearchInResourceResponse(result: List<SearchMatch>) |
result |
List of search matches. val result: List<SearchMatch> |