File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ public class FileData
2121 [ JsonPropertyName ( "content" ) ]
2222 public string Content { get ; set ; }
2323
24+ [ JsonPropertyName ( "content_sha256" ) ]
25+ public string ContentSha256 { get ; set ; }
26+
2427 [ JsonPropertyName ( "ref" ) ]
2528 public string Ref { get ; set ; }
2629
Original file line number Diff line number Diff line change @@ -1912,6 +1912,8 @@ NGitLab.Models.FileData.CommitId.get -> string
19121912NGitLab.Models.FileData.CommitId.set -> void
19131913NGitLab.Models.FileData.Content.get -> string
19141914NGitLab.Models.FileData.Content.set -> void
1915+ NGitLab.Models.FileData.ContentSha256.get -> string
1916+ NGitLab.Models.FileData.ContentSha256.set -> void
19151917NGitLab.Models.FileData.DecodedContent.get -> string
19161918NGitLab.Models.FileData.Encoding.get -> string
19171919NGitLab.Models.FileData.Encoding.set -> void
You can’t perform that action at this time.
0 commit comments