GooglePrivacyDlpV2DateShiftConfig constructor

GooglePrivacyDlpV2DateShiftConfig({
  1. GooglePrivacyDlpV2FieldId? context,
  2. GooglePrivacyDlpV2CryptoKey? cryptoKey,
  3. int? lowerBoundDays,
  4. int? upperBoundDays,
})

Implementation

GooglePrivacyDlpV2DateShiftConfig({
  this.context,
  this.cryptoKey,
  this.lowerBoundDays,
  this.upperBoundDays,
});