GooglePrivacyDlpV2TransformationOverview constructor

GooglePrivacyDlpV2TransformationOverview({
  1. List<GooglePrivacyDlpV2TransformationSummary>? transformationSummaries,
  2. String? transformedBytes,
})

Implementation

GooglePrivacyDlpV2TransformationOverview({
  this.transformationSummaries,
  this.transformedBytes,
});