Skip to main content

GithubRepo

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

Properties

Id

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

Name

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

Description

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

Homepage

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

Watchers_Count

View Source
Declaration
public int Watchers_Count { get; set; }

Stargazers_Count

View Source
Declaration
public int Stargazers_Count { get; set; }

Size

View Source
Declaration
public int Size { get; set; }

Full_Name

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

Created_At

View Source
Declaration
public DateTime Created_At { get; set; }

Updated_At

View Source
Declaration
public DateTime? Updated_At { get; set; }

Has_Downloads

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

Fork

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

Url

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

Html_Url

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

Private

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

Parent

View Source
Declaration
public GithubRepo Parent { get; set; }