chrome-devtools-kotlin
5.3.0-1170846
common
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.network
/
SearchInResponseBodyResponse
Search
In
Response
Body
Response
@
Serializable
data
class
SearchInResponseBodyResponse
(
val
result
:
List
<
SearchMatch
>
)
(
source
)
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.