GooglePrivacyDlpV2InspectJobConfig constructor
GooglePrivacyDlpV2InspectJobConfig({
- List<
GooglePrivacyDlpV2Action> ? actions, - GooglePrivacyDlpV2InspectConfig? inspectConfig,
- String? inspectTemplateName,
- GooglePrivacyDlpV2StorageConfig? storageConfig,
Implementation
GooglePrivacyDlpV2InspectJobConfig({
this.actions,
this.inspectConfig,
this.inspectTemplateName,
this.storageConfig,
});