GooglePrivacyDlpV2DataProfileJobConfig constructor
GooglePrivacyDlpV2DataProfileJobConfig({
- List<
GooglePrivacyDlpV2DataProfileAction> ? dataProfileActions, - List<
String> ? inspectTemplates, - GooglePrivacyDlpV2DataProfileLocation? location,
- String? projectId,
Implementation
GooglePrivacyDlpV2DataProfileJobConfig({
this.dataProfileActions,
this.inspectTemplates,
this.location,
this.projectId,
});