InfoTypeTransformation class

A transformation to apply to text that is identified as a specific info_type.

Constructors

InfoTypeTransformation({CharacterMaskConfig? characterMaskConfig, CryptoHashConfig? cryptoHashConfig, DateShiftConfig? dateShiftConfig, List<String>? infoTypes, RedactConfig? redactConfig, ReplaceWithInfoTypeConfig? replaceWithInfoTypeConfig})
InfoTypeTransformation.fromJson(Map json_)

Properties

characterMaskConfig CharacterMaskConfig?
Config for character mask.
getter/setter pair
cryptoHashConfig CryptoHashConfig?
Config for crypto hash.
getter/setter pair
dateShiftConfig DateShiftConfig?
Config for date shift.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
infoTypes List<String>?
InfoTypes to apply this transformation to.
getter/setter pair
redactConfig RedactConfig?
Config for text redaction.
getter/setter pair
replaceWithInfoTypeConfig ReplaceWithInfoTypeConfig?
Config for replace with InfoType.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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