GooglePrivacyDlpV2InspectDataSourceDetails constructor

GooglePrivacyDlpV2InspectDataSourceDetails({
  1. GooglePrivacyDlpV2RequestedOptions? requestedOptions,
  2. GooglePrivacyDlpV2Result? result,
})

Implementation

GooglePrivacyDlpV2InspectDataSourceDetails({
  this.requestedOptions,
  this.result,
});