Attachment

constructor(@Json(name = "FileName") fileName: String, @Json(name = "RawContent") rawContent: Base64Blob, @Json(name = "ContentDescription") contentDescription: String? = null, @Json(name = "ContentDisposition") contentDisposition: String? = null, @Json(name = "ContentId") contentId: String? = null, @Json(name = "ContentTransferEncoding") contentTransferEncoding: String = "BASE64", @Json(name = "ContentType") contentType: String? = null)(source)