GooglePrivacyDlpV2DateShiftConfig class

Shifts dates by random number of days, with option to be consistent for the same context.

See https://cloud.google.com/sensitive-data-protection/docs/concepts-date-shifting to learn more.

Properties

context GooglePrivacyDlpV2FieldId?
Points to the field that contains the context, for example, an entity id.
getter/setter pair
cryptoKey GooglePrivacyDlpV2CryptoKey?
Causes the shift to be computed based on this key and the context.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lowerBoundDays int?
For example, -5 means shift date to at most 5 days back in the past.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
upperBoundDays int?
Range of shift in days.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited