GitLfsLock.Id 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.
[System.Runtime.Serialization.DataMember(Name="id")]
public string Id { get; set; }
member this.Id : string with get, set
Public Property Id 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.)