names property

List<String>? names
getter/setter pair

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.

Required.

Implementation

core.List<core.String>? names;