JsonEngineUrls
public struct JsonEngineUrls
extension JsonEngineUrls: Equatable, Hashable
Reflects types::SearchEngineUrls
, but using EngineUrl
.
-
The URL to use for searches.
Declaration
Swift
public var search: JsonEngineUrl?
-
The URL to use for suggestions.
Declaration
Swift
public var suggestions: JsonEngineUrl?
-
The URL to use for trending suggestions.
Declaration
Swift
public var trending: JsonEngineUrl?
-
The URL of the search engine homepage.
Declaration
Swift
public var searchForm: JsonEngineUrl?
-
Declaration
Swift
public init( /** * The URL to use for searches. */search: JsonEngineUrl?, /** * The URL to use for suggestions. */suggestions: JsonEngineUrl?, /** * The URL to use for trending suggestions. */trending: JsonEngineUrl?, /** * The URL of the search engine homepage. */searchForm: JsonEngineUrl?)
-
Declaration
Swift
public static func == (lhs: JsonEngineUrls, rhs: JsonEngineUrls) -> Bool
-
Declaration
Swift
public func hash(into hasher: inout Hasher)