GhRepoModel

constructor(id: Int, nodeId: String, name: String, fullName: String, owner: GhOwnerModel, private: Boolean, htmlUrl: String, description: String? = null, fork: Boolean, url: String, archiveUrl: String, assigneesUrl: String, blobsUrl: String, branchesUrl: String, collaboratorsUrl: String, commentsUrl: String, commitsUrl: String, compareUrl: String, contentsUrl: String, contributorsUrl: String, deploymentsUrl: String, downloadsUrl: String, eventsUrl: String, forksUrl: String, gitCommitsUrl: String, gitRefsUrl: String, gitTagsUrl: String, gitUrl: String, issueCommentUrl: String, issueEventsUrl: String, issuesUrl: String, keysUrl: String, labelsUrl: String, languagesUrl: String, mergesUrl: String, milestonesUrl: String, notificationsUrl: String, pullsUrl: String, releasesUrl: String, sshUrl: String, stargazersUrl: String, statusesUrl: String, subscribersUrl: String, subscriptionUrl: String, tagsUrl: String, teamsUrl: String, treesUrl: String, cloneUrl: String, mirrorUrl: String? = null, hooksUrl: String, svnUrl: String, homepage: String? = null, forksCount: Int, forks: Int, stargazersCount: Int, watchersCount: Int, watchers: Int, size: Int, defaultBranch: String, openIssuesCount: Int, openIssues: Int, isTemplate: Boolean = false, topics: List<String> = listOf(), hasIssues: Boolean = true, hasProjects: Boolean = true, hasWiki: Boolean = true, hasPages: Boolean, hasDownloads: Boolean = true, hasDiscussions: Boolean = false, archived: Boolean = false, disabled: Boolean, visibility: String = "public", pushedAt: String? = null, createdAt: String? = null, updatedAt: String? = null, permissions: GhRepoModel.Permissions? = null, allowRebaseMerge: Boolean = true, tempCloneToken: String? = null, allowSquashMerge: Boolean? = null, allowAutoMerge: Boolean? = null, deleteBranchOnMerge: Boolean? = null, allowMergeCommit: Boolean? = null, allowForking: Boolean, subscribersCount: Int, networkCount: Int, license: GhRepoModel.License? = null, organization: GhOwnerModel? = null)