GooglePrivacyDlpV2DeltaPresenceEstimationConfig constructor

GooglePrivacyDlpV2DeltaPresenceEstimationConfig({
  1. List<GooglePrivacyDlpV2StatisticalTable>? auxiliaryTables,
  2. List<GooglePrivacyDlpV2QuasiId>? quasiIds,
  3. String? regionCode,
})

Implementation

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