Class ListPullRequestCommentsResponse (0.6.0)

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

The response to list pull request comments.

Attributes

Name Description
pull_request_comments MutableSequence[google.cloud.securesourcemanager_v1.types.PullRequestComment]
The list of pull request comments.
next_page_token str
A token to set as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.