GoogleCloudRecaptchaenterpriseV1FraudSignalsUserSignals class
Signals describing the user involved in this transaction.
Constructors
- GoogleCloudRecaptchaenterpriseV1FraudSignalsUserSignals({int? activeDaysLowerBound, double? syntheticRisk})
- GoogleCloudRecaptchaenterpriseV1FraudSignalsUserSignals.fromJson(Map json_)
Properties
- activeDaysLowerBound ↔ int?
-
This user (based on email, phone, and other identifiers) has been seen on
the internet for at least this number of days.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- syntheticRisk ↔ double?
-
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.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited