GooglePrivacyDlpV2DeltaPresenceEstimationResult constructor

GooglePrivacyDlpV2DeltaPresenceEstimationResult({
  1. List<GooglePrivacyDlpV2DeltaPresenceEstimationHistogramBucket>? deltaPresenceEstimationHistogram,
})

Implementation

GooglePrivacyDlpV2DeltaPresenceEstimationResult({
  this.deltaPresenceEstimationHistogram,
});