Email Attachment
data class EmailAttachment(val fileName: String, val contentId: String, val mimeType: String, val inlineAttachment: Boolean, val data: ByteArray) : Parcelable
Representation of an email attachment used in the Sudo Platform Email SDK.