PdfAsset
class PdfAsset(id: String = UUID.randomUUID().toString(), parentEntryId: String? = null, url: String? = null, name: String = UUID.randomUUID().toString(), mimeType: String = PdfMimeType.PDF.value, attachmentUploadResult: AttachmentUploadResult? = null, file: File? = null) : FileAsset.GenericAsset
Constructors
Properties
Link copied to clipboard
The broad category of this attachment (image, PDF, video, etc.).
Link copied to clipboard
The upload result status for this attachment, or null if upload has not been attempted.
Link copied to clipboard
The resolved MIME type, preferring the local file's type over the server-reported type.
Link copied to clipboard
The identifier of the conversation entry that contains this attachment.