UploadedAttachment

data class UploadedAttachment(val attachmentId: String, val name: String, val type: String, val size: Long)

Constructors

Link copied to clipboard
constructor(attachmentId: String, name: String, type: String, size: Long)

Properties

Link copied to clipboard

The ID of the attachment

Link copied to clipboard

The name of the attachment

Link copied to clipboard
val size: Long

The size of the attachment in bytes.

Link copied to clipboard

The type of the attachment