WebSource
public struct WebSource : Hashable
Contains information about provider of the item and a direct link to the item.
-
Direct link to the page containing source.
Declaration
Swift
public var href: String -
Original supplier of the item.
Declaration
Swift
public var supplierId: String -
Creates a new instance.
Declaration
Swift
public init(href: String, supplierId: String) -
Creates a new instance.
Declaration
Swift
public init()