mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-20 14:15:12 +00:00
Refactor to a RepositoryHooksClient
This commit is contained in:
@@ -17,7 +17,8 @@ namespace Octokit
|
||||
public string Name { get; set; }
|
||||
public IEnumerable<string> Events { get; set; }
|
||||
public bool Active { get; set; }
|
||||
public RepositoryHookConfiguration Config { get; set; }
|
||||
public dynamic Config { get; set; }
|
||||
public int Id { get; set; }
|
||||
|
||||
internal string DebuggerDisplay
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user