Skip to main content

GistUser

Assembly: ServiceStack.Common.dll
View Source
Declaration
public class GistUser

Properties

Id

View Source
Declaration
public long Id { get; set; }

Login

View Source
Declaration
public string Login { get; set; }

Avatar_Url

View Source
Declaration
public string Avatar_Url { get; set; }

Gravatar_Id

View Source
Declaration
public string Gravatar_Id { get; set; }

Url

View Source
Declaration
public string Url { get; set; }

Html_Url

View Source
Declaration
public string Html_Url { get; set; }

Gists_Url

View Source
Declaration
public string Gists_Url { get; set; }

Type

View Source
Declaration
public string Type { get; set; }

Site_Admin

View Source
Declaration
public bool Site_Admin { get; set; }