Attachment

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

Constructors

Link copied to clipboard
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)

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