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