activeDaysLowerBound = $activeDaysLowerBound; } /** * @return int */ public function getActiveDaysLowerBound() { return $this->activeDaysLowerBound; } /** * Output only. Likelihood (from 0.0 to 1.0) this user includes synthetic * components in their identity, such as a randomly generated email address, * temporary phone number, or fake shipping address. * * @param float $syntheticRisk */ public function setSyntheticRisk($syntheticRisk) { $this->syntheticRisk = $syntheticRisk; } /** * @return float */ public function getSyntheticRisk() { return $this->syntheticRisk; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudRecaptchaenterpriseV1FraudSignalsUserSignals::class, 'Google_Service_RecaptchaEnterprise_GoogleCloudRecaptchaenterpriseV1FraudSignalsUserSignals');