class DomainAutocompleteResult
(source)
Describes an autocompletion result against a list of domains.
DomainAutocompleteResult(text: String, url: String, source: String, totalItems: Int)
Describes an autocompletion result against a list of domains. |
val source: String
Name of the autocompletion source. |
|
val text: String
Result of autocompletion, text to be displayed. |
|
val totalItems: Int
A total number of results also available. |
|
val url: String
Result of autocompletion, full matching url. |