public static interface ScannedItemCount.Builder extends SdkPojo, CopyableBuilder<ScannedItemCount.Builder,ScannedItemCount>
| Modifier and Type | Method and Description |
|---|---|
ScannedItemCount.Builder |
files(Integer files)
Number of files scanned.
|
ScannedItemCount.Builder |
totalGb(Integer totalGb)
Total GB of files scanned for malware.
|
ScannedItemCount.Builder |
volumes(Integer volumes)
Total number of scanned volumes.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildScannedItemCount.Builder totalGb(Integer totalGb)
Total GB of files scanned for malware.
totalGb - Total GB of files scanned for malware.ScannedItemCount.Builder files(Integer files)
Number of files scanned.
files - Number of files scanned.ScannedItemCount.Builder volumes(Integer volumes)
Total number of scanned volumes.
volumes - Total number of scanned volumes.Copyright © 2023. All rights reserved.