GooglePrivacyDlpV2DeidentifyContentResponse constructor

GooglePrivacyDlpV2DeidentifyContentResponse({
  1. GooglePrivacyDlpV2ContentItem? item,
  2. GooglePrivacyDlpV2TransformationOverview? overview,
})

Implementation

GooglePrivacyDlpV2DeidentifyContentResponse({
  this.item,
  this.overview,
});