SearchInResponseBodyReturn

@Serializable
data class SearchInResponseBodyReturn(val result: List<Debugger.SearchMatch>)

Constructors

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

Properties

Link copied to clipboard

List of search matches.