comments property

List<Comment>? comments
final

An array of comment objects. Each comment object contains information about a comment on the pull request.

Implementation

final List<Comment>? comments;