GooglePrivacyDlpV2DateShiftConfig constructor
GooglePrivacyDlpV2DateShiftConfig({
- GooglePrivacyDlpV2FieldId? context,
- GooglePrivacyDlpV2CryptoKey? cryptoKey,
- int? lowerBoundDays,
- int? upperBoundDays,
Implementation
GooglePrivacyDlpV2DateShiftConfig({
this.context,
this.cryptoKey,
this.lowerBoundDays,
this.upperBoundDays,
});