GooglePrivacyDlpV2KMapEstimationConfig constructor

GooglePrivacyDlpV2KMapEstimationConfig({
  1. List<GooglePrivacyDlpV2AuxiliaryTable>? auxiliaryTables,
  2. List<GooglePrivacyDlpV2TaggedField>? quasiIds,
  3. String? regionCode,
})

Implementation

GooglePrivacyDlpV2KMapEstimationConfig({
  this.auxiliaryTables,
  this.quasiIds,
  this.regionCode,
});