JsonEngineUrls

data class JsonEngineUrls(var search: JsonEngineUrl?, var suggestions: JsonEngineUrl?, var trending: JsonEngineUrl?, var searchForm: JsonEngineUrl?)

Reflects types::SearchEngineUrls, but using EngineUrl.

Constructors

Link copied to clipboard
constructor(search: JsonEngineUrl?, suggestions: JsonEngineUrl?, trending: JsonEngineUrl?, searchForm: JsonEngineUrl?)

Types

Link copied to clipboard
object Companion

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.