Mail.NewCommentOnApplicationMail

API: Internal/Beta

data class NewCommentOnApplicationMail(
    val sender: String,
    val projectTitle: String,
    val receivingProjectTitle: String,
    val subject: String?,
    val type: String /* "newComment" */,
)
Properties
sender: String
projectTitle: String
receivingProjectTitle: String
subject: String?
type: String /* "newComment" */ The type discriminator

API: Stable