chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.network / SearchInResponseBodyResponse

SearchInResponseBodyResponse

data class SearchInResponseBodyResponse

Response type for the NetworkDomain.searchInResponseBody command.

Constructors

<init>

Response type for the NetworkDomain.searchInResponseBody command.

SearchInResponseBodyResponse(result: List<SearchMatch>)

Properties

result

List of search matches.

val result: List<SearchMatch>