Class: Google::Cloud::Support::V2::ListCommentsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/support/v2/comment_service.rb

Overview

The response message for the ListComments endpoint.

Instance Attribute Summary collapse

Instance Attribute Details

#comments::Array<::Google::Cloud::Support::V2::Comment>

Returns The list of Comments associated with the given Case.

Returns:



50
51
52
53
# File 'proto_docs/google/cloud/support/v2/comment_service.rb', line 50

class ListCommentsResponse
  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 ListCommentsRequest message that is issued. 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 ListCommentsRequest message that is issued. If unspecified, there are no more results to retrieve.



50
51
52
53
# File 'proto_docs/google/cloud/support/v2/comment_service.rb', line 50

class ListCommentsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end