GooglePrivacyDlpV2FileClusterSummary constructor

GooglePrivacyDlpV2FileClusterSummary({
  1. GooglePrivacyDlpV2DataRiskLevel? dataRiskLevel,
  2. List<GooglePrivacyDlpV2Error>? errors,
  3. GooglePrivacyDlpV2FileClusterType? fileClusterType,
  4. List<GooglePrivacyDlpV2FileExtensionInfo>? fileExtensionsScanned,
  5. List<GooglePrivacyDlpV2FileExtensionInfo>? fileExtensionsSeen,
  6. List<GooglePrivacyDlpV2FileStoreInfoTypeSummary>? fileStoreInfoTypeSummaries,
  7. bool? noFilesExist,
  8. GooglePrivacyDlpV2SensitivityScore? sensitivityScore,
})

Implementation

GooglePrivacyDlpV2FileClusterSummary({
  this.dataRiskLevel,
  this.errors,
  this.fileClusterType,
  this.fileExtensionsScanned,
  this.fileExtensionsSeen,
  this.fileStoreInfoTypeSummaries,
  this.noFilesExist,
  this.sensitivityScore,
});