Google Chat V1 API - Class Google::Apps::Chat::V1::ListSpacesResponse (v0.5.1)

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. Note: The permissionSettings field is not returned in the Space object for list requests.

#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. Note: The permissionSettings field is not returned in the Space object for list requests.
Returns
  • (::Array<::Google::Apps::Chat::V1::Space>) — List of spaces in the requested (or first) page. Note: The permissionSettings field is not returned in the Space object for list requests.