Input$UpdatePullRequestInput constructor

Input$UpdatePullRequestInput({
  1. List<String>? assigneeIds,
  2. String? baseRefName,
  3. String? body,
  4. String? clientMutationId,
  5. List<String>? labelIds,
  6. bool? maintainerCanModify,
  7. String? milestoneId,
  8. List<String>? projectIds,
  9. required String pullRequestId,
  10. Enum$PullRequestUpdateState? state,
  11. String? title,
})

Implementation

Input$UpdatePullRequestInput(
    {this.assigneeIds,
    this.baseRefName,
    this.body,
    this.clientMutationId,
    this.labelIds,
    this.maintainerCanModify,
    this.milestoneId,
    this.projectIds,
    required this.pullRequestId,
    this.state,
    this.title});