Google Chat V1 API - Class Google::Apps::Chat::V1::ListSpacesResponse (v0.1.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

#spaces=

def spaces=(value) -> ::Array<::Google::Apps::Chat::V1::Space>
Parameter
Returns