mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-03 03:01:31 +00:00
Added Reference Model
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Octokit
|
||||
{
|
||||
public class Reference
|
||||
{
|
||||
public string Ref { get; set; }
|
||||
public string Url { get; set; }
|
||||
public TagObject Object { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user