GooglePrivacyDlpV2ProjectDataProfile constructor
      
      GooglePrivacyDlpV2ProjectDataProfile({ 
    
    
- GooglePrivacyDlpV2DataRiskLevel? dataRiskLevel,
- String? fileStoreDataProfileCount,
- String? name,
- String? profileLastGenerated,
- GooglePrivacyDlpV2ProfileStatus? profileStatus,
- String? projectId,
- GooglePrivacyDlpV2SensitivityScore? sensitivityScore,
- String? tableDataProfileCount,
Implementation
GooglePrivacyDlpV2ProjectDataProfile({
  this.dataRiskLevel,
  this.fileStoreDataProfileCount,
  this.name,
  this.profileLastGenerated,
  this.profileStatus,
  this.projectId,
  this.sensitivityScore,
  this.tableDataProfileCount,
});