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)

Repo model

Constructors

RepoModel
Link copied to clipboard
common
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)

Properties

archived
Link copied to clipboard
common
val archived: Boolean
archiveUrl
Link copied to clipboard
common
val archiveUrl: String
assigneesUrl
Link copied to clipboard
common
val assigneesUrl: String
blobsUrl
Link copied to clipboard
common
val blobsUrl: String
branchesUrl
Link copied to clipboard
common
val branchesUrl: String
cloneUrl
Link copied to clipboard
common
val cloneUrl: String
collaboratorsUrl
Link copied to clipboard
common
val collaboratorsUrl: String
commentsUrl
Link copied to clipboard
common
val commentsUrl: String
commitsUrl
Link copied to clipboard
common
val commitsUrl: String
compareUrl
Link copied to clipboard
common
val compareUrl: String
contentsUrl
Link copied to clipboard
common
val contentsUrl: String
contributorsUrl
Link copied to clipboard
common
val contributorsUrl: String
createdAt
Link copied to clipboard
common
val createdAt: String
defaultBranch
Link copied to clipboard
common
val defaultBranch: String
deploymentsUrl
Link copied to clipboard
common
val deploymentsUrl: String
desc
Link copied to clipboard
common
val desc: String?
disabled
Link copied to clipboard
common
val disabled: Boolean
downloadsUrl
Link copied to clipboard
common
val downloadsUrl: String
eventsUrl
Link copied to clipboard
common
val eventsUrl: String
fork
Link copied to clipboard
common
val fork: Boolean
forks
Link copied to clipboard
common
val forks: Int
forksCount
Link copied to clipboard
common
val forksCount: Int
forksUrl
Link copied to clipboard
common
val forksUrl: String
fullName
Link copied to clipboard
common
val fullName: String
gitCommitsUrl
Link copied to clipboard
common
val gitCommitsUrl: String
gitRefsUrl
Link copied to clipboard
common
val gitRefsUrl: String
gitTagsUrl
Link copied to clipboard
common
val gitTagsUrl: String
gitUrl
Link copied to clipboard
common
val gitUrl: String
hasDownloads
Link copied to clipboard
common
val hasDownloads: Boolean
hasIssues
Link copied to clipboard
common
val hasIssues: Boolean
hasPages
Link copied to clipboard
common
val hasPages: Boolean
hasProjects
Link copied to clipboard
common
val hasProjects: Boolean
hasWiki
Link copied to clipboard
common
val hasWiki: Boolean
homepage
Link copied to clipboard
common
val homepage: String?
hooksUrl
Link copied to clipboard
common
val hooksUrl: String
htmlUrl
Link copied to clipboard
common
val htmlUrl: String
id
Link copied to clipboard
common
val id: String
isPrivate
Link copied to clipboard
common
val isPrivate: Boolean
issueCommentUrl
Link copied to clipboard
common
val issueCommentUrl: String
issueEventsUrl
Link copied to clipboard
common
val issueEventsUrl: String
issuesUrl
Link copied to clipboard
common
val issuesUrl: String
isTemplate
Link copied to clipboard
common
val isTemplate: Boolean
keysUrl
Link copied to clipboard
common
val keysUrl: String
labelsUrl
Link copied to clipboard
common
val labelsUrl: String
language
Link copied to clipboard
common
val language: String?
languagesUrl
Link copied to clipboard
common
val languagesUrl: String
license
Link copied to clipboard
common
val license: RepoLicenseModel?
mergesUrl
Link copied to clipboard
common
val mergesUrl: String
milestonesUrl
Link copied to clipboard
common
val milestonesUrl: String
mirrorUrl
Link copied to clipboard
common
val mirrorUrl: String?
name
Link copied to clipboard
common
val name: String
notificationsUrl
Link copied to clipboard
common
val notificationsUrl: String
openIssues
Link copied to clipboard
common
val openIssues: Int
openIssuesCount
Link copied to clipboard
common
val openIssuesCount: Int
owner
Link copied to clipboard
common
val owner: RepoOwnerModel
permissions
Link copied to clipboard
common
val permissions: RepoPermissionsModel
pullsUrl
Link copied to clipboard
common
val pullsUrl: String
pushedAt
Link copied to clipboard
common
val pushedAt: String
releasesUrl
Link copied to clipboard
common
val releasesUrl: String
size
Link copied to clipboard
common
val size: Int
sshUrl
Link copied to clipboard
common
val sshUrl: String
stargazersCount
Link copied to clipboard
common
val stargazersCount: Int
stargazersUrl
Link copied to clipboard
common
val stargazersUrl: String
statusesUrl
Link copied to clipboard
common
val statusesUrl: String
subscribersUrl
Link copied to clipboard
common
val subscribersUrl: String
subscriptionUrl
Link copied to clipboard
common
val subscriptionUrl: String
svnUrl
Link copied to clipboard
common
val svnUrl: String
tagsUrl
Link copied to clipboard
common
val tagsUrl: String
teamsUrl
Link copied to clipboard
common
val teamsUrl: String
treesUrl
Link copied to clipboard
common
val treesUrl: String
updatedAt
Link copied to clipboard
common
val updatedAt: String
url
Link copied to clipboard
common
val url: String
visibility
Link copied to clipboard
common
val visibility: String
watchers
Link copied to clipboard
common
val watchers: Int
watchersCount
Link copied to clipboard
common
val watchersCount: Int