Configuration Antimalware
data class ConfigurationAntimalware(val exclusions: ConfigurationAntimalwareExclusions? = null, val realTimeProtectionEnabled: Boolean? = null, val scheduledScanDay: Int? = null, val scheduledScanEnabled: Boolean? = null, val scheduledScanTimeInMinutes: Int? = null, val scheduledScanType: String? = null)
Constructors
Link copied to clipboard
fun ConfigurationAntimalware(exclusions: ConfigurationAntimalwareExclusions? = null, realTimeProtectionEnabled: Boolean? = null, scheduledScanDay: Int? = null, scheduledScanEnabled: Boolean? = null, scheduledScanTimeInMinutes: Int? = null, scheduledScanType: String? = null)