Input$UpdatePullRequestBranchInput constructor

Input$UpdatePullRequestBranchInput({
  1. String? clientMutationId,
  2. String? expectedHeadOid,
  3. required String pullRequestId,
})

Implementation

Input$UpdatePullRequestBranchInput(
    {this.clientMutationId,
    this.expectedHeadOid,
    required this.pullRequestId});