GooglePrivacyDlpV2ListDeidentifyTemplatesResponse constructor

GooglePrivacyDlpV2ListDeidentifyTemplatesResponse({
  1. List<GooglePrivacyDlpV2DeidentifyTemplate>? deidentifyTemplates,
  2. String? nextPageToken,
})

Implementation

GooglePrivacyDlpV2ListDeidentifyTemplatesResponse({
  this.deidentifyTemplates,
  this.nextPageToken,
});