GooglePrivacyDlpV2KAnonymityConfig constructor

GooglePrivacyDlpV2KAnonymityConfig({
  1. GooglePrivacyDlpV2EntityId? entityId,
  2. List<GooglePrivacyDlpV2FieldId>? quasiIds,
})

Implementation

GooglePrivacyDlpV2KAnonymityConfig({
  this.entityId,
  this.quasiIds,
});