Class: Google::Apps::Chat::V1::ListMessagesResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/chat/v1/message.rb

Overview

Response message for listing messages.

Instance Attribute Summary collapse

Instance Attribute Details

#messages::Array<::Google::Apps::Chat::V1::Message>

Returns List of messages.

Returns:



603
604
605
606
# File 'proto_docs/google/chat/v1/message.rb', line 603

class ListMessagesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#next_page_token::String

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



603
604
605
606
# File 'proto_docs/google/chat/v1/message.rb', line 603

class ListMessagesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end