SearchInResponseBodyResponse

@Serializable
data class SearchInResponseBodyResponse(val result: List<SearchMatch>)(source)

Response type for the NetworkDomain.searchInResponseBody command.

Constructors

Link copied to clipboard
constructor(result: List<SearchMatch>)

Properties

Link copied to clipboard

List of search matches.