PullRequestUpdateRequest Class

Definition

PullRequestUpdateRequest

public class PullRequestUpdateRequest
type PullRequestUpdateRequest = class
Public Class PullRequestUpdateRequest
Inheritance
PullRequestUpdateRequest

Constructors

Name Description
PullRequestUpdateRequest()

Properties

Name Description
Base

The name of the branch you want your changes pulled into. This should be an existing branch on the current repository. You cannot update the base branch on a pull request to point to another repository.

Body

The contents of the pull request.

CanMaintainerModify

Indicates whether maintainers can modify the pull request.

State

State of this Pull Request. Either open or closed.

Title

The title of the pull request.

Applies to