GooglePrivacyDlpV2StoredInfoTypeConfig constructor

GooglePrivacyDlpV2StoredInfoTypeConfig({
  1. String? description,
  2. GooglePrivacyDlpV2Dictionary? dictionary,
  3. String? displayName,
  4. GooglePrivacyDlpV2LargeCustomDictionaryConfig? largeCustomDictionary,
  5. GooglePrivacyDlpV2Regex? regex,
})

Implementation

GooglePrivacyDlpV2StoredInfoTypeConfig({
  this.description,
  this.dictionary,
  this.displayName,
  this.largeCustomDictionary,
  this.regex,
});