GooglePrivacyDlpV2ColumnDataProfile constructor

GooglePrivacyDlpV2ColumnDataProfile({
  1. String? column,
  2. GooglePrivacyDlpV2InfoTypeSummary? columnInfoType,
  3. String? columnType,
  4. GooglePrivacyDlpV2DataRiskLevel? dataRiskLevel,
  5. String? datasetId,
  6. String? datasetLocation,
  7. String? datasetProjectId,
  8. String? estimatedNullPercentage,
  9. String? estimatedUniquenessScore,
  10. double? freeTextScore,
  11. String? name,
  12. List<GooglePrivacyDlpV2OtherInfoTypeSummary>? otherMatches,
  13. String? policyState,
  14. String? profileLastGenerated,
  15. GooglePrivacyDlpV2ProfileStatus? profileStatus,
  16. GooglePrivacyDlpV2SensitivityScore? sensitivityScore,
  17. String? state,
  18. String? tableDataProfile,
  19. String? tableFullResource,
  20. String? tableId,
})

Implementation

GooglePrivacyDlpV2ColumnDataProfile({
  this.column,
  this.columnInfoType,
  this.columnType,
  this.dataRiskLevel,
  this.datasetId,
  this.datasetLocation,
  this.datasetProjectId,
  this.estimatedNullPercentage,
  this.estimatedUniquenessScore,
  this.freeTextScore,
  this.name,
  this.otherMatches,
  this.policyState,
  this.profileLastGenerated,
  this.profileStatus,
  this.sensitivityScore,
  this.state,
  this.tableDataProfile,
  this.tableFullResource,
  this.tableId,
});