UpdatableValues

data class UpdatableValues(val folderId: String? = null, val seen: Boolean? = null)

Email message values that can be updated. If null is passed into these parameters then no update is performed.

Constructors

Link copied to clipboard
constructor(folderId: String? = null, seen: Boolean? = null)

Properties

Link copied to clipboard
val folderId: String? = null

String The identifier of the email folder that the email message is assigned to.

Link copied to clipboard
val seen: Boolean? = null

Boolean Whether the user has previously seen the email message