GoogleCloudRecaptchaenterpriseV1SearchRelatedAccountGroupMembershipsRequest class
The request message to search related account group memberships.
Constructors
- GoogleCloudRecaptchaenterpriseV1SearchRelatedAccountGroupMembershipsRequest({String? accountId, String? hashedAccountId, int? pageSize, String? pageToken})
- GoogleCloudRecaptchaenterpriseV1SearchRelatedAccountGroupMembershipsRequest.fromJson(Map json_)
Properties
- accountId ↔ String?
-
The unique stable account identifier used to search connections.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- hashedAccountId ↔ String?
-
Deprecated: use
account_id
instead.getter/setter pair -
hashedAccountIdAsBytes
↔ List<
int> -
getter/setter pair
- pageSize ↔ int?
-
The maximum number of groups to return.
getter/setter pair
- pageToken ↔ String?
-
A page token, received from a previous
SearchRelatedAccountGroupMemberships
call.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