JsonEngineUrls
data class JsonEngineUrls( var search: JsonEngineUrl?, var suggestions: JsonEngineUrl?, var trending: JsonEngineUrl?, var searchForm: JsonEngineUrl?, var visualSearch: JsonEngineUrl?)
Reflects types::SearchEngineUrls
, but using EngineUrl
.
Constructors
Link copied to clipboard
constructor(search: JsonEngineUrl?, suggestions: JsonEngineUrl?, trending: JsonEngineUrl?, searchForm: JsonEngineUrl?, visualSearch: JsonEngineUrl?)
Properties
Link copied to clipboard
The URL to use for searches.
Link copied to clipboard
The URL of the search engine homepage.
Link copied to clipboard
The URL to use for suggestions.
Link copied to clipboard
The URL to use for trending suggestions.
Link copied to clipboard
The URL to use for visual searches.