Input$MergePullRequestInput constructor

Input$MergePullRequestInput({
  1. String? authorEmail,
  2. String? clientMutationId,
  3. String? commitBody,
  4. String? commitHeadline,
  5. String? expectedHeadOid,
  6. Enum$PullRequestMergeMethod? mergeMethod,
  7. required String pullRequestId,
})

Implementation

Input$MergePullRequestInput(
    {this.authorEmail,
    this.clientMutationId,
    this.commitBody,
    this.commitHeadline,
    this.expectedHeadOid,
    this.mergeMethod,
    required this.pullRequestId});