GooglePrivacyDlpV2DeidentifyTemplate constructor

GooglePrivacyDlpV2DeidentifyTemplate({
  1. String? createTime,
  2. GooglePrivacyDlpV2DeidentifyConfig? deidentifyConfig,
  3. String? description,
  4. String? displayName,
  5. String? name,
  6. String? updateTime,
})

Implementation

GooglePrivacyDlpV2DeidentifyTemplate({
  this.createTime,
  this.deidentifyConfig,
  this.description,
  this.displayName,
  this.name,
  this.updateTime,
});