DocumentAnonymizationSettings class

Represents the document anonymization settings.

Annotations
  • @JsonSerializable()

Constructors

DocumentAnonymizationSettings.new(List<FieldType> fields, [DocumentFilter? documentFilter, DocumentNumberAnonymizationSettings? documentNumberAnonymizationSettings])
Represents the document anonymization settings.
DocumentAnonymizationSettings.fromJson(Map<String, dynamic> json)
factory

Properties

documentFilter DocumentFilter?
Specified fields will be anonymized if filter conditions are met.
getter/setter pair
documentNumberAnonymizationSettings DocumentNumberAnonymizationSettings?
Document number anonymization settings.
getter/setter pair
fields List<FieldType>
Document fields that will be anonymized.
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