GooglePrivacyDlpV2PrimitiveTransformation constructor
GooglePrivacyDlpV2PrimitiveTransformation({
- GooglePrivacyDlpV2BucketingConfig? bucketingConfig,
- GooglePrivacyDlpV2CharacterMaskConfig? characterMaskConfig,
- GooglePrivacyDlpV2CryptoDeterministicConfig? cryptoDeterministicConfig,
- GooglePrivacyDlpV2CryptoHashConfig? cryptoHashConfig,
- GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig? cryptoReplaceFfxFpeConfig,
- GooglePrivacyDlpV2DateShiftConfig? dateShiftConfig,
- GooglePrivacyDlpV2FixedSizeBucketingConfig? fixedSizeBucketingConfig,
- GooglePrivacyDlpV2RedactConfig? redactConfig,
- GooglePrivacyDlpV2ReplaceValueConfig? replaceConfig,
- GooglePrivacyDlpV2ReplaceDictionaryConfig? replaceDictionaryConfig,
- GooglePrivacyDlpV2ReplaceWithInfoTypeConfig? replaceWithInfoTypeConfig,
- 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,
});