Class: Google::Cloud::Support::V2beta::ListCommentsResponse

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

Overview

The response message for the ListComments endpoint.

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns List of the comments associated with the case.

Returns:



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

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. Set this in the page_token field of subsequent cases.comments.list requests. If unspecified, there are no more results to retrieve.

Returns:

  • (::String)

    A token to retrieve the next page of results. Set this in the page_token field of subsequent cases.comments.list requests. If unspecified, there are no more results to retrieve.



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

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