private GithubRepositories(string Class, GithubRepositorieslinks Links, List <GithubRepository> Items, int?LastPage, int?NextPage, int?PageSize) { this.Class = Class; this.Links = Links; this.Items = Items; this.LastPage = LastPage; this.NextPage = NextPage; this.PageSize = PageSize; }
/// <summary> /// Sets value for GithubRepositories.Links property. /// </summary> /// <param name="value">Links</param> public GithubRepositoriesBuilder Links(GithubRepositorieslinks value) { _Links = value; return(this); }