Input$RequestReviewsInput constructor

Input$RequestReviewsInput({
  1. String? clientMutationId,
  2. required String pullRequestId,
  3. List<String>? teamIds,
  4. bool? union,
  5. List<String>? userIds,
})

Implementation

Input$RequestReviewsInput(
    {this.clientMutationId,
    required this.pullRequestId,
    this.teamIds,
    this.union,
    this.userIds});