GooglePrivacyDlpV2RedactImageRequest constructor

GooglePrivacyDlpV2RedactImageRequest({
  1. GooglePrivacyDlpV2ByteContentItem? byteItem,
  2. List<GooglePrivacyDlpV2ImageRedactionConfig>? imageRedactionConfigs,
  3. bool? includeFindings,
  4. GooglePrivacyDlpV2InspectConfig? inspectConfig,
  5. String? locationId,
})

Implementation

GooglePrivacyDlpV2RedactImageRequest({
  this.byteItem,
  this.imageRedactionConfigs,
  this.includeFindings,
  this.inspectConfig,
  this.locationId,
});