PullRequestCreateRequest.Base Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The name of the branch you want the changes pulled into. This should be an existing branch on the current repository. You cannot submit a pull request to one repository that requests a merge to a base of another repository.
[System.Text.Json.Serialization.JsonPropertyName("base")]
public string Base { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("base")>]
member this.Base : string with get, set
Public Property Base As String
Property Value
- Attributes