toggle menu
river
jvm
switch theme
search in API
connector-github
/
com.river.connector.github.model
/
Repository
Repository
data
class
Repository
(
val
id
:
Long
,
val
name
:
String
,
val
fullName
:
String
,
val
description
:
String
?
,
val
htmlUrl
:
String
,
val
createdAt
:
String
,
val
updatedAt
:
String
,
val
pushedAt
:
String
,
val
forks
:
Int
,
val
watchers
:
Int
,
val
owner
:
Repository.Owner
)
Members
Constructors
Repository
Link copied to clipboard
constructor
(
id
:
Long
,
name
:
String
,
fullName
:
String
,
description
:
String
?
,
htmlUrl
:
String
,
createdAt
:
String
,
updatedAt
:
String
,
pushedAt
:
String
,
forks
:
Int
,
watchers
:
Int
,
owner
:
Repository.Owner
)
Types
Owner
Link copied to clipboard
data
class
Owner
(
val
login
:
String
,
val
id
:
Long
,
val
avatarUrl
:
String
)
Properties
created
At
Link copied to clipboard
val
createdAt
:
String
description
Link copied to clipboard
val
description
:
String
?
forks
Link copied to clipboard
val
forks
:
Int
full
Name
Link copied to clipboard
val
fullName
:
String
html
Url
Link copied to clipboard
val
htmlUrl
:
String
id
Link copied to clipboard
val
id
:
Long
name
Link copied to clipboard
val
name
:
String
owner
Link copied to clipboard
val
owner
:
Repository.Owner
pushed
At
Link copied to clipboard
val
pushedAt
:
String
updated
At
Link copied to clipboard
val
updatedAt
:
String
watchers
Link copied to clipboard
val
watchers
:
Int