Class: Google::Apps::Chat::V1::ListReactionsResponse
- Inherits:
-
Object
- Object
- Google::Apps::Chat::V1::ListReactionsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/chat/v1/reaction.rb
Overview
Response to a list reactions request.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
Continuation token to retrieve the next page of results.
-
#reactions ⇒ ::Array<::Google::Apps::Chat::V1::Reaction>
List of reactions in the requested (or first) page.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns Continuation token to retrieve the next page of results. It's empty for the last page of results.
167 168 169 170 |
# File 'proto_docs/google/chat/v1/reaction.rb', line 167 class ListReactionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#reactions ⇒ ::Array<::Google::Apps::Chat::V1::Reaction>
Returns List of reactions in the requested (or first) page.
167 168 169 170 |
# File 'proto_docs/google/chat/v1/reaction.rb', line 167 class ListReactionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |