Reference documentation and code samples for the Google Chat V1 API class Google::Apps::Chat::V1::ListReactionsResponse.
Response to a list reactions request.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — Continuation token to retrieve the next page of results. It's empty for the last page of results.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — Continuation token to retrieve the next page of results. It's empty for the last page of results.
Returns
- (::String) — Continuation token to retrieve the next page of results. It's empty for the last page of results.
#reactions
def reactions() -> ::Array<::Google::Apps::Chat::V1::Reaction>
Returns
- (::Array<::Google::Apps::Chat::V1::Reaction>) — List of reactions in the requested (or first) page.
#reactions=
def reactions=(value) -> ::Array<::Google::Apps::Chat::V1::Reaction>
Parameter
- value (::Array<::Google::Apps::Chat::V1::Reaction>) — List of reactions in the requested (or first) page.
Returns
- (::Array<::Google::Apps::Chat::V1::Reaction>) — List of reactions in the requested (or first) page.