GooglePrivacyDlpV2TransformationSummary class
Summary of a single transformation.
Only one of 'transformation', 'field_transformation', or 'record_suppress' will be set.
Constructors
-
GooglePrivacyDlpV2TransformationSummary({GooglePrivacyDlpV2FieldId? field, List<
GooglePrivacyDlpV2FieldTransformation> ? fieldTransformations, GooglePrivacyDlpV2InfoType? infoType, GooglePrivacyDlpV2RecordSuppression? recordSuppress, List<GooglePrivacyDlpV2SummaryResult> ? results, GooglePrivacyDlpV2PrimitiveTransformation? transformation, String? transformedBytes}) - GooglePrivacyDlpV2TransformationSummary.fromJson(Map json_)
Properties
- field ↔ GooglePrivacyDlpV2FieldId?
-
Set if the transformation was limited to a specific FieldId.
getter/setter pair
-
fieldTransformations
↔ List<
GooglePrivacyDlpV2FieldTransformation> ? -
The field transformation that was applied.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- infoType ↔ GooglePrivacyDlpV2InfoType?
-
Set if the transformation was limited to a specific InfoType.
getter/setter pair
- recordSuppress ↔ GooglePrivacyDlpV2RecordSuppression?
-
The specific suppression option these stats apply to.
getter/setter pair
-
results
↔ List<
GooglePrivacyDlpV2SummaryResult> ? -
Collection of all transformations that took place or had an error.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- transformation ↔ GooglePrivacyDlpV2PrimitiveTransformation?
-
The specific transformation these stats apply to.
getter/setter pair
- transformedBytes ↔ String?
-
Total size in bytes that were transformed in some way.
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