GooglePrivacyDlpV2ProjectDataProfile constructor

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

Implementation

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