Class: Google::Apps::Chat::V1::ListMembershipsResponse
- Inherits:
-
Object
- Object
- Google::Apps::Chat::V1::ListMembershipsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/chat/v1/membership.rb
Overview
Response to list memberships of the space.
Instance Attribute Summary collapse
-
#memberships ⇒ ::Array<::Google::Apps::Chat::V1::Membership>
Unordered list.
-
#next_page_token ⇒ ::String
A token that you can send as
pageToken
to retrieve the next page of results.
Instance Attribute Details
#memberships ⇒ ::Array<::Google::Apps::Chat::V1::Membership>
Returns Unordered list. List of memberships in the requested (or first) page.
313 314 315 316 |
# File 'proto_docs/google/chat/v1/membership.rb', line 313 class ListMembershipsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token that you can send as pageToken
to retrieve the next page of
results. If empty, there are no subsequent pages.
313 314 315 316 |
# File 'proto_docs/google/chat/v1/membership.rb', line 313 class ListMembershipsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |