RepoModel

fun RepoModel(id: String, url: String, language: String?, isPrivate: Boolean, name: String, fullName: String, ownerName: String, license: String?, visibility: RepoVisibility, desc: String?, stargazersCount: Int, forks: Int, openIssuesCount: Int, watchersCount: Int, size: Int, updatedAt: String, createdAt: String)