GooglePrivacyDlpV2CreateDeidentifyTemplateRequest constructor

GooglePrivacyDlpV2CreateDeidentifyTemplateRequest({
  1. GooglePrivacyDlpV2DeidentifyTemplate? deidentifyTemplate,
  2. String? locationId,
  3. String? templateId,
})

Implementation

GooglePrivacyDlpV2CreateDeidentifyTemplateRequest({
  this.deidentifyTemplate,
  this.locationId,
  this.templateId,
});