Input$AddPullRequestReviewInput constructor
Input$AddPullRequestReviewInput({
- String? body,
- String? clientMutationId,
- List<
Input$DraftPullRequestReviewComment?> ? comments, - String? commitOID,
- Enum$PullRequestReviewEvent? event,
- required String pullRequestId,
- List<
Input$DraftPullRequestReviewThread?> ? threads,
Implementation
Input$AddPullRequestReviewInput(
{this.body,
this.clientMutationId,
this.comments,
this.commitOID,
this.event,
required this.pullRequestId,
this.threads});