CreateReferenceRequest.Reference Property

Definition

The name of the fully qualified reference (ie: refs/heads/master). If it doesn't start with 'refs' and have at least two slashes, it will be rejected.

[System.Text.Json.Serialization.JsonPropertyName("ref")]
public string Reference { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("ref")>]
member this.Reference : string with get, set
Public Property Reference As String

Property Value

Attributes

Applies to