GoogleCloudRecaptchaenterpriseV1UserInfo class
User information associated with a request protected by reCAPTCHA Enterprise.
Constructors
-
GoogleCloudRecaptchaenterpriseV1UserInfo({String? accountId, String? createAccountTime, List<
GoogleCloudRecaptchaenterpriseV1UserId> ? userIds}) - GoogleCloudRecaptchaenterpriseV1UserInfo.fromJson(Map json_)
Properties
- accountId ↔ String?
-
For logged-in requests or login/registration requests, the unique account
identifier associated with this user.
getter/setter pair
- createAccountTime ↔ String?
-
Creation time for this account associated with this user.
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
-
userIds
↔ List<
GoogleCloudRecaptchaenterpriseV1UserId> ? -
Identifiers associated with this user or request.
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