FakespotProduct
public struct FakespotProduct
extension FakespotProduct: Sendable
extension FakespotProduct: Equatable, Hashable
-
Declaration
Swift
public var id: String -
Declaration
Swift
public var title: String -
Declaration
Swift
public var category: String -
Declaration
Swift
public var imageUrl: String -
Declaration
Swift
public var url: String -
Declaration
Swift
public init(id: String, title: String, category: String, imageUrl: String, url: String) -
Declaration
Swift
public static func == (lhs: FakespotProduct, rhs: FakespotProduct) -> Bool -
Declaration
Swift
public func hash(into hasher: inout Hasher)