RepoModel
data class RepoModel(id: String, name: String, fullName: String, owner: RepoOwnerModel, isPrivate: Boolean, htmlUrl: String, desc: String?, 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?, hooksUrl: String, svnUrl: String, homepage: String?, language: String?, forksCount: Int, stargazersCount: Int, watchersCount: Int, size: Int, defaultBranch: String, openIssuesCount: Int, isTemplate: Boolean, hasIssues: Boolean, hasProjects: Boolean, hasWiki: Boolean, hasPages: Boolean, hasDownloads: Boolean, archived: Boolean, disabled: Boolean, visibility: String, permissions: RepoPermissionsModel, license: RepoLicenseModel?, forks: Int, openIssues: Int, watchers: Int, pushedAt: String, createdAt: String, updatedAt: String)
Content copied to clipboard
Repo model
Constructors
RepoModel
Link copied to clipboard
fun RepoModel(id: String, name: String, fullName: String, owner: RepoOwnerModel, isPrivate: Boolean, htmlUrl: String, desc: String?, 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?, hooksUrl: String, svnUrl: String, homepage: String?, language: String?, forksCount: Int, stargazersCount: Int, watchersCount: Int, size: Int, defaultBranch: String, openIssuesCount: Int, isTemplate: Boolean, hasIssues: Boolean, hasProjects: Boolean, hasWiki: Boolean, hasPages: Boolean, hasDownloads: Boolean, archived: Boolean, disabled: Boolean, visibility: String, permissions: RepoPermissionsModel, license: RepoLicenseModel?, forks: Int, openIssues: Int, watchers: Int, pushedAt: String, createdAt: String, updatedAt: String)
Content copied to clipboard
Properties
archiveUrl
Link copied to clipboard
assigneesUrl
Link copied to clipboard
branchesUrl
Link copied to clipboard
collaboratorsUrl
Link copied to clipboard
commentsUrl
Link copied to clipboard
commitsUrl
Link copied to clipboard
compareUrl
Link copied to clipboard
contentsUrl
Link copied to clipboard
contributorsUrl
Link copied to clipboard
defaultBranch
Link copied to clipboard
deploymentsUrl
Link copied to clipboard
downloadsUrl
Link copied to clipboard
forksCount
Link copied to clipboard
gitCommitsUrl
Link copied to clipboard
gitRefsUrl
Link copied to clipboard
gitTagsUrl
Link copied to clipboard
hasDownloads
Link copied to clipboard
hasProjects
Link copied to clipboard
issueCommentUrl
Link copied to clipboard
issueEventsUrl
Link copied to clipboard
isTemplate
Link copied to clipboard
languagesUrl
Link copied to clipboard
license
Link copied to clipboard
milestonesUrl
Link copied to clipboard
notificationsUrl
Link copied to clipboard
openIssues
Link copied to clipboard
openIssuesCount
Link copied to clipboard
owner
Link copied to clipboard
permissions
Link copied to clipboard
releasesUrl
Link copied to clipboard
stargazersCount
Link copied to clipboard
stargazersUrl
Link copied to clipboard
statusesUrl
Link copied to clipboard
subscribersUrl
Link copied to clipboard
subscriptionUrl
Link copied to clipboard
visibility
Link copied to clipboard
watchersCount
Link copied to clipboard