GooglePrivacyDlpV2TransformationSummary constructor
GooglePrivacyDlpV2TransformationSummary({
- GooglePrivacyDlpV2FieldId? field,
- List<
GooglePrivacyDlpV2FieldTransformation> ? fieldTransformations, - GooglePrivacyDlpV2InfoType? infoType,
- GooglePrivacyDlpV2RecordSuppression? recordSuppress,
- List<
GooglePrivacyDlpV2SummaryResult> ? results, - GooglePrivacyDlpV2PrimitiveTransformation? transformation,
- String? transformedBytes,
Implementation
GooglePrivacyDlpV2TransformationSummary({
this.field,
this.fieldTransformations,
this.infoType,
this.recordSuppress,
this.results,
this.transformation,
this.transformedBytes,
});