Class: Google::Cloud::SecureSourceManager::V1::PullRequestComment::Comment
- Inherits:
-
Object
- Object
- Google::Cloud::SecureSourceManager::V1::PullRequestComment::Comment
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb
Overview
The general pull request comment.
Instance Attribute Summary collapse
-
#body ⇒ ::String
Required.
Instance Attribute Details
#body ⇒ ::String
Returns Required. The comment body.
745 746 747 748 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 745 class Comment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |