GooglePrivacyDlpV2InspectContentRequest constructor
GooglePrivacyDlpV2InspectContentRequest({
- GooglePrivacyDlpV2InspectConfig? inspectConfig,
- String? inspectTemplateName,
- GooglePrivacyDlpV2ContentItem? item,
- String? locationId,
Implementation
GooglePrivacyDlpV2InspectContentRequest({
this.inspectConfig,
this.inspectTemplateName,
this.item,
this.locationId,
});