UpdatedEmailMessageSuccessEntity

data class UpdatedEmailMessageSuccessEntity(val id: String, val createdAt: Date, val updatedAt: Date) : UpdatedEmailMessageResultEntity

Core entity representation of the result of a successful update to an email message.

Constructors

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

Properties

Link copied to clipboard

java.util.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

java.util.Date The timestamp of when the message was updated.