Class: Google::Apps::Chat::V1::ListMembershipsResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#memberships::Array<::Google::Apps::Chat::V1::Membership>

Returns Unordered list. List of memberships in the requested (or first) page.

Returns:



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.

Returns:

  • (::String)

    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