GooglePrivacyDlpV2TableDataProfile constructor

GooglePrivacyDlpV2TableDataProfile({
  1. GooglePrivacyDlpV2DataProfileConfigSnapshot? configSnapshot,
  2. String? createTime,
  3. GooglePrivacyDlpV2DataRiskLevel? dataRiskLevel,
  4. GooglePrivacyDlpV2DataSourceType? dataSourceType,
  5. String? datasetId,
  6. String? datasetLocation,
  7. String? datasetProjectId,
  8. String? encryptionStatus,
  9. String? expirationTime,
  10. String? failedColumnCount,
  11. String? fullResource,
  12. String? lastModifiedTime,
  13. String? name,
  14. List<GooglePrivacyDlpV2OtherInfoTypeSummary>? otherInfoTypes,
  15. List<GooglePrivacyDlpV2InfoTypeSummary>? predictedInfoTypes,
  16. String? profileLastGenerated,
  17. GooglePrivacyDlpV2ProfileStatus? profileStatus,
  18. String? projectDataProfile,
  19. Map<String, String>? resourceLabels,
  20. String? resourceVisibility,
  21. String? rowCount,
  22. String? scannedColumnCount,
  23. GooglePrivacyDlpV2SensitivityScore? sensitivityScore,
  24. String? state,
  25. String? tableId,
  26. String? tableSizeBytes,
})

Implementation

GooglePrivacyDlpV2TableDataProfile({
  this.configSnapshot,
  this.createTime,
  this.dataRiskLevel,
  this.dataSourceType,
  this.datasetId,
  this.datasetLocation,
  this.datasetProjectId,
  this.encryptionStatus,
  this.expirationTime,
  this.failedColumnCount,
  this.fullResource,
  this.lastModifiedTime,
  this.name,
  this.otherInfoTypes,
  this.predictedInfoTypes,
  this.profileLastGenerated,
  this.profileStatus,
  this.projectDataProfile,
  this.resourceLabels,
  this.resourceVisibility,
  this.rowCount,
  this.scannedColumnCount,
  this.sensitivityScore,
  this.state,
  this.tableId,
  this.tableSizeBytes,
});