GooglePrivacyDlpV2DataProfileJobConfig constructor

GooglePrivacyDlpV2DataProfileJobConfig({
  1. List<GooglePrivacyDlpV2DataProfileAction>? dataProfileActions,
  2. List<String>? inspectTemplates,
  3. GooglePrivacyDlpV2DataProfileLocation? location,
  4. String? projectId,
})

Implementation

GooglePrivacyDlpV2DataProfileJobConfig({
  this.dataProfileActions,
  this.inspectTemplates,
  this.location,
  this.projectId,
});