GetRepositoryResult

constructor(allowAutoMerge: Boolean, allowMergeCommit: Boolean, allowRebaseMerge: Boolean, allowSquashMerge: Boolean, archived: Boolean, defaultBranch: String, description: String? = null, fork: Boolean, fullName: String, gitCloneUrl: String, hasDiscussions: Boolean, hasDownloads: Boolean, hasIssues: Boolean, hasProjects: Boolean, hasWiki: Boolean, homepageUrl: String? = null, htmlUrl: String, httpCloneUrl: String, id: String, isTemplate: Boolean, mergeCommitMessage: String, mergeCommitTitle: String, name: String, nodeId: String, pages: List<GetRepositoryPage>, primaryLanguage: String, private: Boolean, repoId: Int, repositoryLicenses: List<GetRepositoryRepositoryLicense>, squashMergeCommitMessage: String, squashMergeCommitTitle: String, sshCloneUrl: String, svnUrl: String, template: GetRepositoryTemplate, topics: List<String>, visibility: String)