Class: Google::Cloud::SecureSourceManager::V1::BatchCreatePullRequestCommentsResponse

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 response to batch create pull request comments.

Instance Attribute Summary collapse

Instance Attribute Details

#pull_request_comments::Array<::Google::Cloud::SecureSourceManager::V1::PullRequestComment>

Returns The list of pull request comments created.

Returns:



1608
1609
1610
1611
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 1608

class BatchCreatePullRequestCommentsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end