vz-api
1.0.0
ps
/
com.keygenqt.ps.db.models
/
GitHubRepoEntity
Git
Hub
Repo
Entity
class
GitHubRepoEntity
(
id
:
EntityID
<
Int
>
)
:
IntEntity
Content copied to clipboard
Exposed entity
Types
Constructors
Properties
Extensions
Constructors
Git
Hub
Repo
Entity
Link copied to clipboard
fun
GitHubRepoEntity
(
id
:
EntityID
<
Int
>
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
object
Companion
:
IntEntityClass
<
GitHubRepoEntity
>
Content copied to clipboard
Properties
category
Link copied to clipboard
var
category
:
RepoCategory
Content copied to clipboard
create
At
Link copied to clipboard
var
createAt
:
Long
Content copied to clipboard
description
Link copied to clipboard
var
description
:
String
Content copied to clipboard
git
Hub
Create
At
Link copied to clipboard
var
gitHubCreateAt
:
String
Content copied to clipboard
language
Link copied to clipboard
var
language
:
String
Content copied to clipboard
name
Link copied to clipboard
var
name
:
String
Content copied to clipboard
stargazers
Count
Link copied to clipboard
var
stargazersCount
:
Long
Content copied to clipboard
topics
Link copied to clipboard
var
topics
:
String
Content copied to clipboard
url
Link copied to clipboard
var
url
:
String
Content copied to clipboard
Extensions
to
Git
Hub
Repo
Link copied to clipboard
fun
GitHubRepoEntity
.
toGitHubRepo
(
)
:
GitHubRepo
Content copied to clipboard
Convert to model