data class SearchInResponseBodyResponse
Response type for the NetworkDomain.searchInResponseBody command.
<init> |
Response type for the NetworkDomain.searchInResponseBody command. SearchInResponseBodyResponse(result: List<SearchMatch>) |
result |
List of search matches. val result: List<SearchMatch> |