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