FakespotFeed
public struct FakespotFeed : Equatable, Hashable, Codable
extension FakespotFeed: Sendable
-
Declaration
Swift
public var products: [FakespotProduct] -
Declaration
Swift
public var defaultCategoryName: String -
Declaration
Swift
public var headerCopy: String -
Declaration
Swift
public var footerCopy: String -
Declaration
Swift
public var cta: FakespotCta -
Declaration
Swift
public init(products: [FakespotProduct], defaultCategoryName: String, headerCopy: String, footerCopy: String, cta: FakespotCta)