Interface UpdatedEmailMessageSuccess

The Sudo Platform SDK representation of the result of a successful update to an email message.

UpdatedEmailMessageSuccess

interface UpdatedEmailMessageSuccess {
    createdAt: Date;
    id: string;
    updatedAt: Date;
}

Properties

createdAt: Date

The timestamp of when the message was created

id: string

The unique id of the message.

updatedAt: Date

The timestamp of when the message was updated