DraftEmailMessageMetadata

data class DraftEmailMessageMetadata(val id: String, val emailAddressId: String, val updatedAt: Date) : Parcelable, DraftEmailMessage

Representation of the metadata of a draft email message in the Sudo Platform Email SDK.

Constructors

Link copied to clipboard
constructor(id: String, emailAddressId: String, updatedAt: Date)

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard
open override val emailAddressId: String

String Unique identifier of the email address associated with the draft email message.

Link copied to clipboard
open override val id: String

String Unique identifier of the draft message.

Link copied to clipboard
open override val updatedAt: Date

Date When the draft message was last updated.