Reference documentation and code samples for the Google Chat V1 API class Google::Apps::Chat::V1::ListSpacesResponse.
The response for a list spaces request.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
-
(::String) — You can send a token as
pageToken
to retrieve the next page of results. If empty, there are no subsequent pages.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
-
value (::String) — You can send a token as
pageToken
to retrieve the next page of results. If empty, there are no subsequent pages.
Returns
-
(::String) — You can send a token as
pageToken
to retrieve the next page of results. If empty, there are no subsequent pages.
#spaces
def spaces() -> ::Array<::Google::Apps::Chat::V1::Space>
Returns
- (::Array<::Google::Apps::Chat::V1::Space>) — List of spaces in the requested (or first) page.
#spaces=
def spaces=(value) -> ::Array<::Google::Apps::Chat::V1::Space>
Parameter
- value (::Array<::Google::Apps::Chat::V1::Space>) — List of spaces in the requested (or first) page.
Returns
- (::Array<::Google::Apps::Chat::V1::Space>) — List of spaces in the requested (or first) page.