GooglePrivacyDlpV2RedactImageRequest constructor

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

Implementation

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