GetCommentsForPullRequestOutput constructor

GetCommentsForPullRequestOutput({
  1. List<CommentsForPullRequest>? commentsForPullRequestData,
  2. String? nextToken,
})

Implementation

GetCommentsForPullRequestOutput({
  this.commentsForPullRequestData,
  this.nextToken,
});