GooglePrivacyDlpV2BigQueryOptions constructor

GooglePrivacyDlpV2BigQueryOptions({
  1. List<GooglePrivacyDlpV2FieldId>? excludedFields,
  2. List<GooglePrivacyDlpV2FieldId>? identifyingFields,
  3. List<GooglePrivacyDlpV2FieldId>? includedFields,
  4. String? rowsLimit,
  5. int? rowsLimitPercent,
  6. String? sampleMethod,
  7. GooglePrivacyDlpV2BigQueryTable? tableReference,
})

Implementation

GooglePrivacyDlpV2BigQueryOptions({
  this.excludedFields,
  this.identifyingFields,
  this.includedFields,
  this.rowsLimit,
  this.rowsLimitPercent,
  this.sampleMethod,
  this.tableReference,
});