GooglePrivacyDlpV2AuxiliaryTable constructor

GooglePrivacyDlpV2AuxiliaryTable({
  1. List<GooglePrivacyDlpV2QuasiIdField>? quasiIds,
  2. GooglePrivacyDlpV2FieldId? relativeFrequency,
  3. GooglePrivacyDlpV2BigQueryTable? table,
})

Implementation

GooglePrivacyDlpV2AuxiliaryTable({
  this.quasiIds,
  this.relativeFrequency,
  this.table,
});