SearchInResourceResponse

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

Response type for the PageDomain.searchInResource command.

Constructors

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

Properties

Link copied to clipboard

List of search matches.