InternalNotificationRequest

API: Internal/Beta

data class InternalNotificationRequest(
    val user: String,
    val notification: Notification,
)
Properties
user: String
notification: Notification