GooglePrivacyDlpV2UpdateDeidentifyTemplateRequest constructor

GooglePrivacyDlpV2UpdateDeidentifyTemplateRequest({
  1. GooglePrivacyDlpV2DeidentifyTemplate? deidentifyTemplate,
  2. String? updateMask,
})

Implementation

GooglePrivacyDlpV2UpdateDeidentifyTemplateRequest({
  this.deidentifyTemplate,
  this.updateMask,
});