SearchHintResult

data class SearchHintResult(val searchHints: List<SearchHint>, val totalRecordCount: Int)

Class SearchHintResult.

Constructors

Link copied to clipboard
constructor(searchHints: List<SearchHint>, totalRecordCount: Int)

Properties

Link copied to clipboard

The search hints.

Link copied to clipboard

The total record count.