Teams Account Antivirus
data class TeamsAccountAntivirus(val enabledDownloadPhase: Boolean, val enabledUploadPhase: Boolean, val failClosed: Boolean, val notificationSettings: TeamsAccountAntivirusNotificationSettings? = null)
Constructors
Link copied to clipboard
constructor(enabledDownloadPhase: Boolean, enabledUploadPhase: Boolean, failClosed: Boolean, notificationSettings: TeamsAccountAntivirusNotificationSettings? = null)