File tree 2 files changed +5
-0
lines changed
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ public class FileData
21
21
[ JsonPropertyName ( "content" ) ]
22
22
public string Content { get ; set ; }
23
23
24
+ [ JsonPropertyName ( "content_sha256" ) ]
25
+ public string ContentSha256 { get ; set ; }
26
+
24
27
[ JsonPropertyName ( "ref" ) ]
25
28
public string Ref { get ; set ; }
26
29
Original file line number Diff line number Diff line change @@ -1912,6 +1912,8 @@ NGitLab.Models.FileData.CommitId.get -> string
1912
1912
NGitLab.Models.FileData.CommitId.set -> void
1913
1913
NGitLab.Models.FileData.Content.get -> string
1914
1914
NGitLab.Models.FileData.Content.set -> void
1915
+ NGitLab.Models.FileData.ContentSha256.get -> string
1916
+ NGitLab.Models.FileData.ContentSha256.set -> void
1915
1917
NGitLab.Models.FileData.DecodedContent.get -> string
1916
1918
NGitLab.Models.FileData.Encoding.get -> string
1917
1919
NGitLab.Models.FileData.Encoding.set -> void
You can’t perform that action at this time.
0 commit comments