Class: Google::Cloud::SecureSourceManager::V1::ListIssueCommentsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::SecureSourceManager::V1::ListIssueCommentsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb
Overview
The response to list issue comments.
Instance Attribute Summary collapse
-
#issue_comments ⇒ ::Array<::Google::Cloud::SecureSourceManager::V1::IssueComment>
The list of issue comments.
-
#next_page_token ⇒ ::String
A token identifying a page of results the server should return.
Instance Attribute Details
#issue_comments ⇒ ::Array<::Google::Cloud::SecureSourceManager::V1::IssueComment>
Returns The list of issue comments.
1758 1759 1760 1761 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 1758 class ListIssueCommentsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token identifying a page of results the server should return.
1758 1759 1760 1761 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 1758 class ListIssueCommentsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |