GooglePrivacyDlpV2BigQueryOptions constructor
GooglePrivacyDlpV2BigQueryOptions({
- List<
GooglePrivacyDlpV2FieldId> ? excludedFields, - List<
GooglePrivacyDlpV2FieldId> ? identifyingFields, - List<
GooglePrivacyDlpV2FieldId> ? includedFields, - String? rowsLimit,
- int? rowsLimitPercent,
- String? sampleMethod,
- GooglePrivacyDlpV2BigQueryTable? tableReference,
Implementation
GooglePrivacyDlpV2BigQueryOptions({
this.excludedFields,
this.identifyingFields,
this.includedFields,
this.rowsLimit,
this.rowsLimitPercent,
this.sampleMethod,
this.tableReference,
});