GoogleCloudRecaptchaenterpriseV1TransactionDataUser class

Details about a user's account involved in the transaction.

Constructors

GoogleCloudRecaptchaenterpriseV1TransactionDataUser({String? accountId, String? creationMs, String? email, bool? emailVerified, String? phoneNumber, bool? phoneVerified})
GoogleCloudRecaptchaenterpriseV1TransactionDataUser.fromJson(Map json_)

Properties

accountId String?
Unique account identifier for this user.
getter/setter pair
creationMs String?
The epoch milliseconds of the user's account creation.
getter/setter pair
email String?
The email address of the user.
getter/setter pair
emailVerified bool?
Whether the email has been verified to be accessible by the user (OTP or similar).
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
phoneNumber String?
The phone number of the user, with country code.
getter/setter pair
phoneVerified bool?
Whether the phone number has been verified to be accessible by the user (OTP or similar).
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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