Class: Google::Apps::Chat::V1::ListSpacesResponse
- Inherits:
-
Object
- Object
- Google::Apps::Chat::V1::ListSpacesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/chat/v1/space.rb
Overview
The response for a list spaces request.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
You can send a token as
pageToken
to retrieve the next page of results. -
#spaces ⇒ ::Array<::Google::Apps::Chat::V1::Space>
List of spaces in the requested (or first) page.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns You can send a token as pageToken
to retrieve the next page of
results. If empty, there are no subsequent pages.
444 445 446 447 |
# File 'proto_docs/google/chat/v1/space.rb', line 444 class ListSpacesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#spaces ⇒ ::Array<::Google::Apps::Chat::V1::Space>
Returns List of spaces in the requested (or first) page.
Note: The permissionSettings
field is not returned in the Space
object for list requests.
444 445 446 447 |
# File 'proto_docs/google/chat/v1/space.rb', line 444 class ListSpacesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |