mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-07 04:16:51 +00:00
Implement Enterprise Search Indexing Client and unit/integration tests
This commit is contained in:
committed by
Ryan Gribble
parent
d7d79076bf
commit
b50b2c737f
@@ -0,0 +1,12 @@
|
||||
namespace Octokit
|
||||
{
|
||||
public class SearchIndexTarget
|
||||
{
|
||||
public SearchIndexTarget(string target)
|
||||
{
|
||||
Target = target;
|
||||
}
|
||||
|
||||
public string Target { get; protected set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user