Class BatchCreatePullRequestCommentsRequest (0.1.17)

BatchCreatePullRequestCommentsRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

The request to batch create pull request comments.

Attributes

Name Description
parent str
Required. The pull request in which to create the pull request comments. Format: projects/{project_number}/locations/{location_id}/repositories/{repository_id}/pullRequests/{pull_request_id}
requests MutableSequence[google.cloud.securesourcemanager_v1.types.CreatePullRequestCommentRequest]
Required. The request message specifying the resources to create. There should be exactly one CreatePullRequestCommentRequest with CommentDetail being REVIEW in the list, and no more than 100 CreatePullRequestCommentRequests with CommentDetail being CODE in the list