Class: Google::Apps::Chat::V1::SearchSpacesResponse
- Inherits:
-
Object
- Object
- Google::Apps::Chat::V1::SearchSpacesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/chat/v1/space.rb
Overview
Response with a list of spaces corresponding to the search spaces request.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token that can be used to retrieve the next page.
-
#spaces ⇒ ::Array<::Google::Apps::Chat::V1::Space>
A page of the requested spaces.
-
#total_size ⇒ ::Integer
The total number of spaces that match the query, across all pages.
Instance Attribute Details
#next_page_token ⇒ ::String
777 778 779 780 |
# File 'proto_docs/google/chat/v1/space.rb', line 777 class SearchSpacesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#spaces ⇒ ::Array<::Google::Apps::Chat::V1::Space>
777 778 779 780 |
# File 'proto_docs/google/chat/v1/space.rb', line 777 class SearchSpacesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#total_size ⇒ ::Integer
777 778 779 780 |
# File 'proto_docs/google/chat/v1/space.rb', line 777 class SearchSpacesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |