Service Notifications
data class ServiceNotifications(val additionalRecipients: List<String>? = null, val notifyDcAdmins: Boolean? = null, val notifyGlobalAdmins: Boolean? = null)
Constructors
Link copied to clipboard
fun ServiceNotifications(additionalRecipients: List<String>? = null, notifyDcAdmins: Boolean? = null, notifyGlobalAdmins: Boolean? = null)