Input$DeletePullRequestReviewCommentInput constructor

Input$DeletePullRequestReviewCommentInput({
  1. String? clientMutationId,
  2. required String id,
})

Implementation

Input$DeletePullRequestReviewCommentInput(
    {this.clientMutationId, required this.id});