Attachment

interface Attachment

Represents info about an uploaded attachment.

Properties

Link copied to clipboard
abstract val friendlyName: String

A friendly name to display to the user.

Link copied to clipboard
abstract val mimeType: String?

The mimeType for attachment.

Link copied to clipboard
abstract val url: String

The URL where the attachment can be found.