GooglePrivacyDlpV2ListDeidentifyTemplatesResponse constructor
GooglePrivacyDlpV2ListDeidentifyTemplatesResponse({
- List<
GooglePrivacyDlpV2DeidentifyTemplate> ? deidentifyTemplates, - String? nextPageToken,
Implementation
GooglePrivacyDlpV2ListDeidentifyTemplatesResponse({
this.deidentifyTemplates,
this.nextPageToken,
});