PullRequestCreateRequest.Head Property

Definition

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

Applies to