GooglePrivacyDlpV2PrimitiveTransformation constructor

GooglePrivacyDlpV2PrimitiveTransformation({
  1. GooglePrivacyDlpV2BucketingConfig? bucketingConfig,
  2. GooglePrivacyDlpV2CharacterMaskConfig? characterMaskConfig,
  3. GooglePrivacyDlpV2CryptoDeterministicConfig? cryptoDeterministicConfig,
  4. GooglePrivacyDlpV2CryptoHashConfig? cryptoHashConfig,
  5. GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig? cryptoReplaceFfxFpeConfig,
  6. GooglePrivacyDlpV2DateShiftConfig? dateShiftConfig,
  7. GooglePrivacyDlpV2FixedSizeBucketingConfig? fixedSizeBucketingConfig,
  8. GooglePrivacyDlpV2RedactConfig? redactConfig,
  9. GooglePrivacyDlpV2ReplaceValueConfig? replaceConfig,
  10. GooglePrivacyDlpV2ReplaceDictionaryConfig? replaceDictionaryConfig,
  11. GooglePrivacyDlpV2ReplaceWithInfoTypeConfig? replaceWithInfoTypeConfig,
  12. GooglePrivacyDlpV2TimePartConfig? timePartConfig,
})

Implementation

GooglePrivacyDlpV2PrimitiveTransformation({
  this.bucketingConfig,
  this.characterMaskConfig,
  this.cryptoDeterministicConfig,
  this.cryptoHashConfig,
  this.cryptoReplaceFfxFpeConfig,
  this.dateShiftConfig,
  this.fixedSizeBucketingConfig,
  this.redactConfig,
  this.replaceConfig,
  this.replaceDictionaryConfig,
  this.replaceWithInfoTypeConfig,
  this.timePartConfig,
});