Updated Email Message Success Entity
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.
Properties
Link copied to clipboard
java.util.Date The timestamp of when the message was created.
Link copied to clipboard
java.util.Date The timestamp of when the message was updated.