GetCommentsForPullRequestOutput constructor
GetCommentsForPullRequestOutput({
- List<
CommentsForPullRequest> ? commentsForPullRequestData, - String? nextToken,
Implementation
GetCommentsForPullRequestOutput({
this.commentsForPullRequestData,
this.nextToken,
});