mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-07 04:16:51 +00:00
@@ -0,0 +1,11 @@
|
||||
namespace Octokit
|
||||
{
|
||||
public class EmailAddress
|
||||
{
|
||||
public string Email { get; set; }
|
||||
|
||||
public bool Verified { get; set; }
|
||||
|
||||
public bool Primary { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user