We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1960ef commit c90c235Copy full SHA for c90c235
src/GitLabApiClient/Models/Commits/Responses/Commit.cs
@@ -32,6 +32,8 @@ public sealed class Commit
32
public string Message { get; set; }
33
[JsonProperty("parent_ids")]
34
public List<string> ParentIds { get; } = new List<string>();
35
+ [JsonProperty("web_url")]
36
+ public string WebUrl { get; set; }
37
38
}
39
0 commit comments