GooglePrivacyDlpV2RequestedOptions constructor

GooglePrivacyDlpV2RequestedOptions({
  1. GooglePrivacyDlpV2InspectJobConfig? jobConfig,
  2. GooglePrivacyDlpV2InspectTemplate? snapshotInspectTemplate,
})

Implementation

GooglePrivacyDlpV2RequestedOptions({
  this.jobConfig,
  this.snapshotInspectTemplate,
});