PickupAttachment

data class PickupAttachment(val attachmentId: String, val data: String)(source)

The PickupAttachment data class represents an attachment in the pickup functionality. It includes the attachment ID and the attachment data.

Constructors

Link copied to clipboard
constructor(attachmentId: String, data: String)

Properties

Link copied to clipboard

The ID of the attachment.

Link copied to clipboard

The data of the attachment.