Class: Google::Cloud::RecaptchaEnterprise::V1::SearchRelatedAccountGroupMembershipsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::RecaptchaEnterprise::V1::SearchRelatedAccountGroupMembershipsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb
Overview
The response to a SearchRelatedAccountGroupMemberships
call.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_token
to retrieve the next page. -
#related_account_group_memberships ⇒ ::Array<::Google::Cloud::RecaptchaEnterprise::V1::RelatedAccountGroupMembership>
The queried memberships.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
1718 1719 1720 1721 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 1718 class SearchRelatedAccountGroupMembershipsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#related_account_group_memberships ⇒ ::Array<::Google::Cloud::RecaptchaEnterprise::V1::RelatedAccountGroupMembership>
Returns The queried memberships.
1718 1719 1720 1721 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 1718 class SearchRelatedAccountGroupMembershipsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |