WatchedAttachmentItem
data class WatchedAttachmentItem(val id: String, val fileExtension: String? = null, val filename: String? = null, val metaData: String? = null)
A watched attachment record item. This is usually returned from watching all relevant attachment IDs.
Properties
Link copied to clipboard
File extension used to determine an internal filename for storage if no filename is provided.