Class: Google::Cloud::SecureSourceManager::V1::PullRequestComment::Comment

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#body::String

Returns Required. The comment body.

Returns:

  • (::String)

    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