GooglePrivacyDlpV2TagResources constructor

GooglePrivacyDlpV2TagResources({
  1. bool? lowerDataRiskToLow,
  2. List<String>? profileGenerationsToTag,
  3. List<GooglePrivacyDlpV2TagCondition>? tagConditions,
})

Implementation

GooglePrivacyDlpV2TagResources({
  this.lowerDataRiskToLow,
  this.profileGenerationsToTag,
  this.tagConditions,
});