Class GithubUpdater.Author
Inheritance
System.Object
GithubUpdater.Author
Assembly: MediaBrowser.Common.dll
public sealed class Author
Properties
Declaration
public string avatar_url { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string events_url { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string followers_url { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string following_url { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string gists_url { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string gravatar_id { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string html_url { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string login { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string organizations_url { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string received_events_url { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string repos_url { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool site_admin { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string starred_url { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string subscriptions_url { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string type { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string url { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods