GooglePrivacyDlpV2DeltaPresenceEstimationQuasiIdValues constructor

GooglePrivacyDlpV2DeltaPresenceEstimationQuasiIdValues({
  1. double? estimatedProbability,
  2. List<GooglePrivacyDlpV2Value>? quasiIdsValues,
})

Implementation

GooglePrivacyDlpV2DeltaPresenceEstimationQuasiIdValues({
  this.estimatedProbability,
  this.quasiIdsValues,
});