GooglePrivacyDlpV2RecordTransformations class
A type of transformation that is applied over structured data such as a table.
Constructors
-
GooglePrivacyDlpV2RecordTransformations({List<
GooglePrivacyDlpV2FieldTransformation> ? fieldTransformations, List<GooglePrivacyDlpV2RecordSuppression> ? recordSuppressions}) - GooglePrivacyDlpV2RecordTransformations.fromJson(Map json_)
Properties
-
fieldTransformations
↔ List<
GooglePrivacyDlpV2FieldTransformation> ? -
Transform the record by applying various field transformations.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
recordSuppressions
↔ List<
GooglePrivacyDlpV2RecordSuppression> ? -
Configuration defining which records get suppressed entirely.
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