Google Cloud Secure Source Manager V1 Client - Class UnresolvePullRequestCommentsResponse (1.5.0)

Reference documentation and code samples for the Google Cloud Secure Source Manager V1 Client class UnresolvePullRequestCommentsResponse.

The response to unresolve multiple pull request comments.

Generated from protobuf message google.cloud.securesourcemanager.v1.UnresolvePullRequestCommentsResponse

Namespace

Google \ Cloud \ SecureSourceManager \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ pull_request_comments array<PullRequestComment>

The list of pull request comments unresolved.

getPullRequestComments

The list of pull request comments unresolved.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setPullRequestComments

The list of pull request comments unresolved.

Parameter
Name Description
var array<PullRequestComment>
Returns
Type Description
$this