C8ySupplier

public struct C8ySupplier : C8yCustomAsset, Hashable

Undocumented

  • id

    Undocumented

    Declaration

    Swift

    public private(set) var id: String { get }
  • Undocumented

    Declaration

    Swift

    public private(set) var name: String { get }
  • Undocumented

    Declaration

    Swift

    public private(set) var networkType: String? { get }
  • Undocumented

    Declaration

    Swift

    public private(set) var site: String? { get }
  • Declaration

    Swift

    public init(from decoder: Decoder) throws
  • Declaration

    Swift

    public static func == (lhs: C8ySupplier, rhs: C8ySupplier) -> Bool
  • Declaration

    Swift

    public func hash(into hasher: inout Hasher)
  • Declaration

    Swift

    public func decode(_ container: KeyedDecodingContainer<C8yCustomAssetProcessor.AssetObjectKey>, forKey: C8yCustomAssetProcessor.AssetObjectKey) throws
  • Declaration

    Swift

    public func encode(_ container: KeyedEncodingContainer<C8yCustomAssetProcessor.AssetObjectKey>, forKey: C8yCustomAssetProcessor.AssetObjectKey) throws -> KeyedEncodingContainer<C8yCustomAssetProcessor.AssetObjectKey>