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