Class: Google::Cloud::Support::V2::ListCommentsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Support::V2::ListCommentsResponse
- 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
-
#comments ⇒ ::Array<::Google::Cloud::Support::V2::Comment>
The list of Comments associated with the given Case.
-
#next_page_token ⇒ ::String
A token to retrieve the next page of results.
Instance Attribute Details
#comments ⇒ ::Array<::Google::Cloud::Support::V2::Comment>
Returns The list of Comments associated with the given Case.
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.
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 |