GooglePrivacyDlpV2FieldTransformation constructor

GooglePrivacyDlpV2FieldTransformation({
  1. GooglePrivacyDlpV2RecordCondition? condition,
  2. List<GooglePrivacyDlpV2FieldId>? fields,
  3. GooglePrivacyDlpV2InfoTypeTransformations? infoTypeTransformations,
  4. GooglePrivacyDlpV2PrimitiveTransformation? primitiveTransformation,
})

Implementation

GooglePrivacyDlpV2FieldTransformation({
  this.condition,
  this.fields,
  this.infoTypeTransformations,
  this.primitiveTransformation,
});