Mail.UserRemovedMail

API: Internal/Beta

data class UserRemovedMail(
    val leavingUser: String,
    val projectTitle: String,
    val subject: String?,
    val type: String /* "userRemoved" */,
)
Properties
leavingUser: String
projectTitle: String
subject: String?
type: String /* "userRemoved" */ The type discriminator

API: Stable