GooglePrivacyDlpV2StatisticalTable constructor

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

Implementation

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