PerformSearchResponse

@Serializable
data class PerformSearchResponse(val searchId: String, val resultCount: Int)

Response type for the DOMDomain.performSearch command.

Constructors

Link copied to clipboard
constructor(searchId: String, resultCount: Int)

Properties

Link copied to clipboard

Number of search results.

Link copied to clipboard

Unique search session identifier.