GoogleCloudRecaptchaenterpriseV1FraudSignalsUserSignals constructor

GoogleCloudRecaptchaenterpriseV1FraudSignalsUserSignals({
  1. int? activeDaysLowerBound,
  2. double? syntheticRisk,
})

Implementation

GoogleCloudRecaptchaenterpriseV1FraudSignalsUserSignals({
  this.activeDaysLowerBound,
  this.syntheticRisk,
});