GooglePrivacyDlpV2CharsToIgnore class

Characters to skip when doing deidentification of a value.

These will be left alone and skipped.

Constructors

GooglePrivacyDlpV2CharsToIgnore({String? charactersToSkip, String? commonCharactersToIgnore})
GooglePrivacyDlpV2CharsToIgnore.fromJson(Map json_)

Properties

charactersToSkip String?
Characters to not transform when masking.
getter/setter pair
commonCharactersToIgnore String?
Common characters to not transform when masking.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
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