CreatePullRequestCommentRequest(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)The request to create a pull request comment.
Attributes |
|
|---|---|
| Name | Description |
parent |
str
Required. The pull request in which to create the pull request comment. Format: projects/{project_number}/locations/{location_id}/repositories/{repository_id}/pullRequests/{pull_request_id}
|
pull_request_comment |
google.cloud.securesourcemanager_v1.types.PullRequestComment
Required. The pull request comment to create. |