Attachment
public struct Attachment
Represents info about an uploaded attachment.
-
The URL where the attachment can be found.
Declaration
Swift
public let url: String -
A friendly name to display to the user.
Declaration
Swift
public let friendlyName: String -
The MIME type relevant to the attachment type.
Declaration
Swift
public let mimeType: String -
The name of the attachment file.
Declaration
Swift
public let fileName: String
View on GitHub