GooglePrivacyDlpV2FieldTransformation class
The transformation to apply to the field.
Constructors
-
GooglePrivacyDlpV2FieldTransformation({GooglePrivacyDlpV2RecordCondition? condition, List<
GooglePrivacyDlpV2FieldId> ? fields, GooglePrivacyDlpV2InfoTypeTransformations? infoTypeTransformations, GooglePrivacyDlpV2PrimitiveTransformation? primitiveTransformation}) - GooglePrivacyDlpV2FieldTransformation.fromJson(Map json_)
Properties
- condition ↔ GooglePrivacyDlpV2RecordCondition?
-
Only apply the transformation if the condition evaluates to true for the
given
RecordCondition
.getter/setter pair -
fields
↔ List<
GooglePrivacyDlpV2FieldId> ? -
Input field(s) to apply the transformation to.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- infoTypeTransformations ↔ GooglePrivacyDlpV2InfoTypeTransformations?
-
Treat the contents of the field as free text, and selectively transform
content that matches an
InfoType
.getter/setter pair - primitiveTransformation ↔ GooglePrivacyDlpV2PrimitiveTransformation?
-
Apply the transformation to the entire field.
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