Input$EnablePullRequestAutoMergeInput constructor

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

Implementation

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