Class SearchRelatedAccountGroupMembershipsResponse (1.7.0)

SearchRelatedAccountGroupMembershipsResponse(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

The response to a SearchRelatedAccountGroupMemberships call.

Attributes

NameDescription
related_account_group_memberships Sequence[google.cloud.recaptchaenterprise_v1.types.RelatedAccountGroupMembership]
The queried memberships.
next_page_token str
A token, which can be sent as ``page_token`` to retrieve the next page. If this field is omitted, there are no subsequent pages.

Inheritance

builtins.object > proto.message.Message > SearchRelatedAccountGroupMembershipsResponse