GooglePrivacyDlpV2ProjectDataProfile constructor

GooglePrivacyDlpV2ProjectDataProfile({
  1. GooglePrivacyDlpV2DataRiskLevel? dataRiskLevel,
  2. String? fileStoreDataProfileCount,
  3. String? name,
  4. String? profileLastGenerated,
  5. GooglePrivacyDlpV2ProfileStatus? profileStatus,
  6. String? projectId,
  7. GooglePrivacyDlpV2SensitivityScore? sensitivityScore,
  8. String? tableDataProfileCount,
})

Implementation

GooglePrivacyDlpV2ProjectDataProfile({
  this.dataRiskLevel,
  this.fileStoreDataProfileCount,
  this.name,
  this.profileLastGenerated,
  this.profileStatus,
  this.projectId,
  this.sensitivityScore,
  this.tableDataProfileCount,
});