Input$AddPullRequestReviewInput constructor

Input$AddPullRequestReviewInput({
  1. String? body,
  2. String? clientMutationId,
  3. List<Input$DraftPullRequestReviewComment?>? comments,
  4. String? commitOID,
  5. Enum$PullRequestReviewEvent? event,
  6. required String pullRequestId,
  7. List<Input$DraftPullRequestReviewThread?>? threads,
})

Implementation

Input$AddPullRequestReviewInput(
    {this.body,
    this.clientMutationId,
    this.comments,
    this.commitOID,
    this.event,
    required this.pullRequestId,
    this.threads});