GooglePrivacyDlpV2StatisticalTable constructor
GooglePrivacyDlpV2StatisticalTable({
- List<
GooglePrivacyDlpV2QuasiIdentifierField> ? quasiIds, - GooglePrivacyDlpV2FieldId? relativeFrequency,
- GooglePrivacyDlpV2BigQueryTable? table,
Implementation
GooglePrivacyDlpV2StatisticalTable({
this.quasiIds,
this.relativeFrequency,
this.table,
});