AttachmentTrustInfo

data class AttachmentTrustInfo(val attachmentId: AttachmentId, val fileName: String?, val uploader: String?, val trustRootId: AttachmentId?, val trustRootFileName: String?)

Data class containing information about an attachment's trust root.

Constructors

Link copied to clipboard
constructor(attachmentId: AttachmentId, fileName: String?, uploader: String?, trustRootId: AttachmentId?, trustRootFileName: String?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard