ReadArticleByEmailUseCaseIn

data class ReadArticleByEmailUseCaseIn(val messageId: String, val destination: List<String>, val eventType: EmailLogEventType, val sendType: SendType)

Constructors

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

Properties

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