OnUploadPropertiesResponse

data class OnUploadPropertiesResponse(val capGBPerMonth: Int? = null, val isEnabled: Boolean? = null)

Properties of On Upload malware scanning.

Constructors

Link copied to clipboard
constructor(capGBPerMonth: Int? = null, isEnabled: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val capGBPerMonth: Int? = null

Defines the max GB to be scanned per Month. Set to -1 if no capping is needed.

Link copied to clipboard
val isEnabled: Boolean? = null

Indicates whether On Upload malware scanning should be enabled.