UpdatedEmailMessageSuccess

data class UpdatedEmailMessageSuccess(val id: String, val createdAt: Date, val updatedAt: Date) : UpdatedEmailMessageResult

Representation of the result of a successful update to an email message in the Sudo Platform Email SDK.

Constructors

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

Properties

Link copied to clipboard

Date The timestamp of when the message was created.

Link copied to clipboard
val id: String

String The unique identifier of the message.

Link copied to clipboard

Date The timestamp of when the message was updated.