Class: Google::Cloud::Support::V2beta::ShowFeedResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Support::V2beta::ShowFeedResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/support/v2beta/feed_service.rb
Overview
The response message for the ShowFeed endpoint.
Instance Attribute Summary collapse
-
#feed_items ⇒ ::Array<::Google::Cloud::Support::V2beta::FeedItem>
The list of feed items associated with the given Case.
-
#next_page_token ⇒ ::String
A token to retrieve the next page of results.
Instance Attribute Details
#feed_items ⇒ ::Array<::Google::Cloud::Support::V2beta::FeedItem>
Returns The list of feed items associated with the given Case.
58 59 60 61 |
# File 'proto_docs/google/cloud/support/v2beta/feed_service.rb', line 58 class ShowFeedResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token to retrieve the next page of results. This should be set in the
page_token field of subsequent ShowFeedRequests.
If unspecified, there are no more results to retrieve.
58 59 60 61 |
# File 'proto_docs/google/cloud/support/v2beta/feed_service.rb', line 58 class ShowFeedResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |