GooglePrivacyDlpV2ExcludeByImageFindings constructor

GooglePrivacyDlpV2ExcludeByImageFindings({
  1. GooglePrivacyDlpV2ImageContainmentType? imageContainmentType,
  2. List<GooglePrivacyDlpV2InfoType>? infoTypes,
})

Implementation

GooglePrivacyDlpV2ExcludeByImageFindings({
  this.imageContainmentType,
  this.infoTypes,
});