GooglePrivacyDlpV2HybridOptions constructor

GooglePrivacyDlpV2HybridOptions({
  1. String? description,
  2. Map<String, String>? labels,
  3. List<String>? requiredFindingLabelKeys,
  4. GooglePrivacyDlpV2TableOptions? tableOptions,
})

Implementation

GooglePrivacyDlpV2HybridOptions({
  this.description,
  this.labels,
  this.requiredFindingLabelKeys,
  this.tableOptions,
});