PullRequestCreateRequest.Head 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 where your changes are implemented. For cross-repository pull requests in the same network, namespace head with a user like this: username:branch.
[System.Text.Json.Serialization.JsonPropertyName("head")]
public string Head { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("head")>]
member this.Head : string with get, set
Public Property Head As String
Property Value
- Attributes