OBJECT
Supported in v6.0+
type MalwareScanFileSizeLimits {# Supported in v6.0+# Maximum size of files to scan. Files that are bigger than this size are ignored.maximumSizeInBytes: Long # Supported in v6.0+# Minimum size of files to scan. Files smaller than this size are ignored.minimumSizeInBytes: Long }