Edit

GitLfsLockCollection.NextCursor Property

Definition

[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, Name="next_cursor")]
public string NextCursor { get; set; }
member this.NextCursor : string with get, set
Public Property NextCursor As String

Property Value

Attributes

Remarks

This must be a string type in order for the LFS client to parse the JSON correctly. (It requires quotation marks around the value.)

Applies to