GooglePrivacyDlpV2FieldTransformation constructor
GooglePrivacyDlpV2FieldTransformation({
- GooglePrivacyDlpV2RecordCondition? condition,
- List<
GooglePrivacyDlpV2FieldId> ? fields, - GooglePrivacyDlpV2InfoTypeTransformations? infoTypeTransformations,
- GooglePrivacyDlpV2PrimitiveTransformation? primitiveTransformation,
Implementation
GooglePrivacyDlpV2FieldTransformation({
this.condition,
this.fields,
this.infoTypeTransformations,
this.primitiveTransformation,
});