Class ResolvePullRequestCommentsRequest (0.1.17)

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

The request to resolve multiple pull request comments.

Attributes

Name Description
parent str
Required. The pull request in which to resolve the pull request comments. Format: projects/{project_number}/locations/{location_id}/repositories/{repository_id}/pullRequests/{pull_request_id}
names MutableSequence[str]
Required. The names of the pull request comments to resolve. Format: projects/{project_number}/locations/{location_id}/repositories/{repository_id}/pullRequests/{pull_request_id}/pullRequestComments/{comment_id} Only comments from the same threads are allowed in the same request.
auto_fill bool
Optional. If set, at least one comment in a thread is required, rest of the comments in the same thread will be automatically updated to resolved. If unset, all comments in the same thread need be present.