AutocompletePage

data class AutocompletePage(val autocompleteResults: List<String>)

Constructors

Link copied to clipboard
constructor(autocompleteResults: List<String>)

Properties

Link copied to clipboard

List of up results of the requested type that match the search term. The maximum number of results that can be returned is 15.