GooglePrivacyDlpV2RedactImageRequest constructor
GooglePrivacyDlpV2RedactImageRequest({
- GooglePrivacyDlpV2ByteContentItem? byteItem,
- List<
GooglePrivacyDlpV2ImageRedactionConfig> ? imageRedactionConfigs, - bool? includeFindings,
- GooglePrivacyDlpV2InspectConfig? inspectConfig,
- String? locationId,
Implementation
GooglePrivacyDlpV2RedactImageRequest({
this.byteItem,
this.imageRedactionConfigs,
this.includeFindings,
this.inspectConfig,
this.locationId,
});