data class SearchInContentResponse
Response type for the DebuggerDomain.searchInContent command.
<init> |
Response type for the DebuggerDomain.searchInContent command. SearchInContentResponse(result: List<SearchMatch>) |
result |
List of search matches. val result: List<SearchMatch> |