Attachment

public struct Attachment
extension Attachment: Equatable, Hashable
  • Declaration

    Swift

    public var filename: String
  • Declaration

    Swift

    public var mimetype: String
  • Declaration

    Swift

    public var location: String
  • Declaration

    Swift

    public var hash: String
  • Declaration

    Swift

    public var size: UInt64
  • Declaration

    Swift

    public init(filename: String, mimetype: String, location: String, hash: String, size: UInt64)
  • Declaration

    Swift

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

    Swift

    public func hash(into hasher: inout Hasher)