Google Chat V1 API - Class Google::Apps::Chat::V1::ListMessagesResponse (v0.1.1)

Reference documentation and code samples for the Google Chat V1 API class Google::Apps::Chat::V1::ListMessagesResponse.

Response message for listing messages.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#messages

def messages() -> ::Array<::Google::Apps::Chat::V1::Message>
Returns

#messages=

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

#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.