GooglePrivacyDlpV2FileClusterSummary constructor
GooglePrivacyDlpV2FileClusterSummary({
- GooglePrivacyDlpV2DataRiskLevel? dataRiskLevel,
- List<
GooglePrivacyDlpV2Error> ? errors, - GooglePrivacyDlpV2FileClusterType? fileClusterType,
- List<
GooglePrivacyDlpV2FileExtensionInfo> ? fileExtensionsScanned, - List<
GooglePrivacyDlpV2FileExtensionInfo> ? fileExtensionsSeen, - List<
GooglePrivacyDlpV2FileStoreInfoTypeSummary> ? fileStoreInfoTypeSummaries, - bool? noFilesExist,
- GooglePrivacyDlpV2SensitivityScore? sensitivityScore,
Implementation
GooglePrivacyDlpV2FileClusterSummary({
this.dataRiskLevel,
this.errors,
this.fileClusterType,
this.fileExtensionsScanned,
this.fileExtensionsSeen,
this.fileStoreInfoTypeSummaries,
this.noFilesExist,
this.sensitivityScore,
});