Google Privacy Dlp V2Date Shift Config Response
data class GooglePrivacyDlpV2DateShiftConfigResponse(val context: GooglePrivacyDlpV2FieldIdResponse, val cryptoKey: GooglePrivacyDlpV2CryptoKeyResponse, val lowerBoundDays: Int, val upperBoundDays: Int)
Shifts dates by random number of days, with option to be consistent for the same context. See https://cloud.google.com/dlp/docs/concepts-date-shifting to learn more.
Constructors
Link copied to clipboard
fun GooglePrivacyDlpV2DateShiftConfigResponse(context: GooglePrivacyDlpV2FieldIdResponse, cryptoKey: GooglePrivacyDlpV2CryptoKeyResponse, lowerBoundDays: Int, upperBoundDays: Int)