GooglePrivacyDlpV2DocumentFallbackLocation constructor

GooglePrivacyDlpV2DocumentFallbackLocation({
  1. GooglePrivacyDlpV2GlobalProcessing? globalProcessing,
  2. GooglePrivacyDlpV2MultiRegionProcessing? multiRegionProcessing,
})

Implementation

GooglePrivacyDlpV2DocumentFallbackLocation({
  this.globalProcessing,
  this.multiRegionProcessing,
});