toggle menu
chrome-devtools-kotlin
6.4.0-1346313
common
switch theme
search in API
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.network
/
SearchInResponseBodyResponse
Search
In
Response
Body
Response
@
Serializable
data
class
SearchInResponseBodyResponse
(
val
result
:
List
<
SearchMatch
>
)
Response type for the
NetworkDomain.searchInResponseBody
command.
Members
Constructors
Search
In
Response
Body
Response
Link copied to clipboard
constructor
(
result
:
List
<
SearchMatch
>
)
Properties
result
Link copied to clipboard
val
result
:
List
<
SearchMatch
>
List of search matches.