GooglePrivacyDlpV2HybridFindingDetails constructor

GooglePrivacyDlpV2HybridFindingDetails({
  1. GooglePrivacyDlpV2Container? containerDetails,
  2. String? fileOffset,
  3. Map<String, String>? labels,
  4. String? rowOffset,
  5. GooglePrivacyDlpV2TableOptions? tableOptions,
})

Implementation

GooglePrivacyDlpV2HybridFindingDetails({
  this.containerDetails,
  this.fileOffset,
  this.labels,
  this.rowOffset,
  this.tableOptions,
});