Class: Google::Apps::Chat::V1::ListMessagesResponse
- Inherits:
-
Object
- Object
- Google::Apps::Chat::V1::ListMessagesResponse
- 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
-
#messages ⇒ ::Array<::Google::Apps::Chat::V1::Message>
List of messages.
-
#next_page_token ⇒ ::String
You can send a token as
pageToken
to retrieve the next page of results.
Instance Attribute Details
#messages ⇒ ::Array<::Google::Apps::Chat::V1::Message>
Returns List of messages.
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.
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 |