Input$UpdatePullRequestInput constructor
Input$UpdatePullRequestInput({})
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});