AddEmailLogUseCaseIn

data class AddEmailLogUseCaseIn(val eventType: EmailLogEventType, val messageId: String, val destination: List<String>, val mailTimestamp: LocalDateTime)

Constructors

Link copied to clipboard
constructor(eventType: EmailLogEventType, messageId: String, destination: List<String>, mailTimestamp: LocalDateTime)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard