GooglePrivacyDlpV2DeidentifyConfig class
The configuration that controls how the data will change.
Constructors
- GooglePrivacyDlpV2DeidentifyConfig({GooglePrivacyDlpV2ImageTransformations? imageTransformations, GooglePrivacyDlpV2InfoTypeTransformations? infoTypeTransformations, GooglePrivacyDlpV2RecordTransformations? recordTransformations, GooglePrivacyDlpV2TransformationErrorHandling? transformationErrorHandling})
- GooglePrivacyDlpV2DeidentifyConfig.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- imageTransformations ↔ GooglePrivacyDlpV2ImageTransformations?
-
Treat the dataset as an image and redact.
getter/setter pair
- infoTypeTransformations ↔ GooglePrivacyDlpV2InfoTypeTransformations?
-
Treat the dataset as free-form text and apply the same free text
transformation everywhere.
getter/setter pair
- recordTransformations ↔ GooglePrivacyDlpV2RecordTransformations?
-
Treat the dataset as structured.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- transformationErrorHandling ↔ GooglePrivacyDlpV2TransformationErrorHandling?
-
Mode for handling transformation errors.
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