Skip to content

Commit

Permalink
Add WebUrl property to Commit (nmklotas#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
ap0llo authored and MindaugasLaganeckas committed Mar 9, 2021
1 parent 017f04c commit af7a351
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/GitLabApiClient/Models/Commits/Responses/Commit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ public sealed class Commit
public string Message { get; set; }
[JsonProperty("parent_ids")]
public List<string> ParentIds { get; } = new List<string>();
[JsonProperty("web_url")]
public string WebUrl { get; set; }

}
}

0 comments on commit af7a351

Please sign in to comment.