GooglePrivacyDlpV2TransformationSummary constructor

GooglePrivacyDlpV2TransformationSummary({
  1. GooglePrivacyDlpV2FieldId? field,
  2. List<GooglePrivacyDlpV2FieldTransformation>? fieldTransformations,
  3. GooglePrivacyDlpV2InfoType? infoType,
  4. GooglePrivacyDlpV2RecordSuppression? recordSuppress,
  5. List<GooglePrivacyDlpV2SummaryResult>? results,
  6. GooglePrivacyDlpV2PrimitiveTransformation? transformation,
  7. String? transformedBytes,
})

Implementation

GooglePrivacyDlpV2TransformationSummary({
  this.field,
  this.fieldTransformations,
  this.infoType,
  this.recordSuppress,
  this.results,
  this.transformation,
  this.transformedBytes,
});