Mail.GrantApplicationRejectedMail

API: Internal/Beta

data class GrantApplicationRejectedMail(
    val projectTitle: String,
    val subject: String?,
    val type: String /* "applicationRejected" */,
)
Properties
projectTitle: String
subject: String?
type: String /* "applicationRejected" */ The type discriminator

API: Stable