Class: Google::Cloud::Support::V2beta::ShowFeedResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#feed_items::Array<::Google::Cloud::Support::V2beta::FeedItem>

Returns The list of feed items associated with the given Case.

Returns:



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.

Returns:

  • (::String)

    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